fix slight width inconsistencies

This commit is contained in:
filifa 2024-05-27 16:56:31 -05:00
parent edc5e33774
commit 2ffb75b4aa
1 changed files with 9 additions and 16 deletions

View File

@ -6,36 +6,33 @@ html {
}
body {
display: flex;
flex-direction: column;
align-items: center;
display: grid;
place-items: center;
place-content: center;
}
dd-header {
margin: 5px;
width: 80ch;
max-width: 100%;
box-shadow: 5px 5px 5px;
width: 100%;
}
dd-footer {
margin: 5px;
width: 80ch;
max-width: 100%;
box-shadow: 5px 5px 5px;
width: 100%;
}
header {
margin: 5px;
height: 110px;
flex: auto;
display: flex;
align-items: center;
box-shadow: 5px 5px 5px;
}
footer {
border: 3px black solid;
background: turquoise;
margin: 5px;
text-align: center;
box-shadow: 5px 5px 5px;
}
footer ul {
@ -103,10 +100,6 @@ nav ul li + li::before {
content: " | ";
}
main {
flex: auto;
}
aside {
background: turquoise;
border: 3px black solid;