mess with header

This commit is contained in:
filifa 2024-05-27 20:25:00 -05:00
parent 42f501c319
commit 6a43449b0f
1 changed files with 4 additions and 6 deletions

View File

@ -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;
}
}