From 0e86ad5da5a30064b0706124e34376b3d43ba7c4 Mon Sep 17 00:00:00 2001 From: zepp Date: Fri, 10 Jan 2025 19:36:24 -0500 Subject: [PATCH] adjust nav and main widths --- style/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/style/style.css b/style/style.css index 2aa761d..ebd176d 100644 --- a/style/style.css +++ b/style/style.css @@ -32,7 +32,7 @@ body { background-color: var(--body-background-color); background-image: url("../img/site/assets/sakura.webp"); display: grid; - grid-template-columns: 14vw 60vw; + grid-template-columns: 20vw 60vw; grid-template-rows: 6vh 88vh 5vh; justify-content: center; overflow: hidden; @@ -67,7 +67,7 @@ header { grid-row: 1/2; grid-column: 1/3; height: 6vh; - width: 74vw; + width: 80vw; border-top-left-radius: 15px; border-top-right-radius: 15px; border-bottom: 10px solid; @@ -83,7 +83,7 @@ footer { grid-row: 3/4; grid-column: 1/3; height: 5vh; - width: 74vw; + width: 80vw; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; border-top: 10px solid; @@ -109,7 +109,7 @@ nav { grid-column: 1/2; justify-self: end; align-self: end; - width: 14vw; + width: 20vw; height: 87vh; padding-left: 0.75rem; border-right: 10px solid;