fix: change max-width to width for page so it's consistent

This commit is contained in:
taco 2025-07-12 19:31:35 -04:00
parent fb4db905e5
commit 54d9b63574
No known key found for this signature in database

View file

@ -16,7 +16,7 @@ body {
font-family: "Assistant", sans-serif;
line-height: 1.42;
margin: 0.666rem;
max-width: 666px;
width: 666px;
padding: 1rem;
border: 0.42rem solid $brown;
background: #eee;
@ -52,16 +52,17 @@ header {
}
}
.bird {
color: #F0B441;
color: #f0b441;
}
.cat {
color: #653931;
}
.online {
color: #69BD30;
color: #69bd30;
}
}
header, footer {
header,
footer {
hr {
width: 100%;
border: 0.2rem solid $brown;