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;
|
border: 3px black solid;
|
||||||
background: turquoise;
|
background: turquoise;
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
height: 110px;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
box-shadow: 5px 5px 5px;
|
box-shadow: 5px 5px 5px;
|
||||||
|
@ -25,15 +24,13 @@ footer {
|
||||||
|
|
||||||
#headerimg {
|
#headerimg {
|
||||||
border-right: 3px solid black;
|
border-right: 3px solid black;
|
||||||
max-height: 100%;
|
max-height: 128px;
|
||||||
object-fit: cover;
|
flex: initial;
|
||||||
flex: 1;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#headermain {
|
#headermain {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
height: 100%;
|
flex: auto;
|
||||||
flex: 4;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#headermain a {
|
#headermain a {
|
||||||
|
@ -135,6 +132,7 @@ ol ol ol {
|
||||||
|
|
||||||
article {
|
article {
|
||||||
width: 80ch;
|
width: 80ch;
|
||||||
|
max-width: 80ch;
|
||||||
flex: auto;
|
flex: auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue