css tweaks

This commit is contained in:
Greg Gauthier 2025-01-16 19:58:20 +00:00
parent 6dee7a7ae3
commit 9b0b87d815

View File

@ -100,8 +100,8 @@
} }
header { header {
width: 100%;
position: sticky; position: sticky;
width: 100%;
top: 0; top: 0;
right: 0; right: 0;
left: 0; left: 0;
@ -111,12 +111,13 @@ header {
footer { footer {
position: fixed; position: fixed;
background-color: #112210;
width: 100%; width: 100%;
max-width: 48rem;
bottom: 0; bottom: 0;
right: 0; right: 0;
left: 0; left: 0;
height: 65px; height: 65px;
background-color: #112210;
} }
hr { hr {