From 54d9b635740762b9723002a8d5730a7f38a5ec5e Mon Sep 17 00:00:00 2001 From: taco Date: Sat, 12 Jul 2025 19:31:35 -0400 Subject: [PATCH] fix: change max-width to width for page so it's consistent --- themes/aviary/assets/css/main.scss | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/themes/aviary/assets/css/main.scss b/themes/aviary/assets/css/main.scss index 36025c2..2ab77f7 100644 --- a/themes/aviary/assets/css/main.scss +++ b/themes/aviary/assets/css/main.scss @@ -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;