diff --git a/style.css b/style.css index 613e2e7..5f4cb19 100644 --- a/style.css +++ b/style.css @@ -925,6 +925,8 @@ a:hover, a:active { --------------------------------------------------------------*/ .site { height: 100%; + max-width: 1920px; + margin: auto; display: flex; flex-direction: column; justify-content: space-between;