diff --git a/css/retro.css b/css/retro.css index 53d3301..7c67001 100644 --- a/css/retro.css +++ b/css/retro.css @@ -100,8 +100,8 @@ } header { - width: 100%; position: sticky; + width: 100%; top: 0; right: 0; left: 0; @@ -111,12 +111,13 @@ header { footer { position: fixed; - background-color: #112210; width: 100%; + max-width: 48rem; bottom: 0; right: 0; left: 0; height: 65px; + background-color: #112210; } hr {