mess with header
This commit is contained in:
parent
42f501c319
commit
6a43449b0f
10
styles.css
10
styles.css
|
@ -9,7 +9,6 @@ header {
|
|||
border: 3px black solid;
|
||||
background: turquoise;
|
||||
margin: 5px;
|
||||
height: 110px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
box-shadow: 5px 5px 5px;
|
||||
|
@ -25,15 +24,13 @@ footer {
|
|||
|
||||
#headerimg {
|
||||
border-right: 3px solid black;
|
||||
max-height: 100%;
|
||||
object-fit: cover;
|
||||
flex: 1;
|
||||
max-height: 128px;
|
||||
flex: initial;
|
||||
}
|
||||
|
||||
#headermain {
|
||||
text-align: center;
|
||||
height: 100%;
|
||||
flex: 4;
|
||||
flex: auto;
|
||||
}
|
||||
|
||||
#headermain a {
|
||||
|
@ -135,6 +132,7 @@ ol ol ol {
|
|||
|
||||
article {
|
||||
width: 80ch;
|
||||
max-width: 80ch;
|
||||
flex: auto;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue