From 1bb7288751e55934865097cd0369c9b40a6f8973 Mon Sep 17 00:00:00 2001 From: zepp Date: Sat, 14 Dec 2024 15:55:09 -0500 Subject: [PATCH] adjusted nav, header, and footer width --- style/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/style/style.css b/style/style.css index d2de4ab..25931b7 100644 --- a/style/style.css +++ b/style/style.css @@ -29,7 +29,7 @@ body { background-color: var(--body-background-color); background-image: url("../img/site/assets/sakura.webp"); display: grid; - grid-template-columns: 12vw 60vw; + grid-template-columns: 14vw 60vw; grid-template-rows: 6vh 88vh 5vh; justify-content: center; overflow: hidden; @@ -64,7 +64,7 @@ header { grid-row: 1/2; grid-column: 1/3; height: 5vh; - width: 72vw; + width: 74vw; border-top-left-radius: 15px; border-top-right-radius: 15px; border-bottom: 10px solid; @@ -79,7 +79,7 @@ footer { grid-row: 3/4; grid-column: 1/3; height: 5vh; - width: 72vw; + width: 74vw; padding-top: 0.5rem; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; @@ -101,7 +101,7 @@ nav { grid-row: 2/3; grid-column: 1/2; justify-self: end; - width: 12vw; + width: 14vw; height: 88vh; padding-left: 0.75rem; border-right: 10px solid;