From 08972fcb7e555e440cf2338059242b607594ed38 Mon Sep 17 00:00:00 2001 From: infidel Date: Tue, 12 Apr 2022 17:12:18 +0700 Subject: [PATCH] navbar resized to 20rem --- assets/css/template-styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/css/template-styles.css b/assets/css/template-styles.css index bf757a8..9374bce 100644 --- a/assets/css/template-styles.css +++ b/assets/css/template-styles.css @@ -322,7 +322,7 @@ caption { } .intro-and-nav { font-size: 1rem; - width: 15rem; + width: 20rem; height: 100vh; position: fixed; top: 0; @@ -355,7 +355,7 @@ caption { max-width: 25rem; } .main-and-footer { - margin-left: 15rem; + margin-left: 20rem; } .main-and-footer > div { max-width: 55rem;