diff --git a/assets/style.css b/assets/style.css index 3b7c5eb..e27fcb8 100644 --- a/assets/style.css +++ b/assets/style.css @@ -23,7 +23,7 @@ body { grid-template-areas: "nav nav nav nav" "main main main main" "foot foot foot foot"; - grid-template-rows: 2fr 1fr 2fr 1fr; + grid-template-rows: 55px auto 30px; grid-template-columns: 1fr 1fr 1fr 1fr; align-items: center; background: linear-gradient(127deg, var(--secondary-bg), var(--primary-bg)) no-repeat fixed; @@ -42,7 +42,6 @@ body > nav { display: flex; flex-direction: row; justify-content: space-between; - height: 55px; position: relative; z-index: 500; grid-area: nav;