From ae07c033454adc3d720810e6f6d4b032829b5856 Mon Sep 17 00:00:00 2001 From: demet Date: Tue, 4 Jun 2024 14:31:11 -0700 Subject: [PATCH] minor edit --- styles/styles.css | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/styles/styles.css b/styles/styles.css index da99556..74dcb3f 100644 --- a/styles/styles.css +++ b/styles/styles.css @@ -178,22 +178,20 @@ body { } .sidenav { - height: 500px; + height: 400pt; width: 0; font-family: "Courier New", Courier, monospace; position: fixed; background-color: #f0f0f0; overflow-x: scroll; transition: 0.5s; - padding-top:0px; - } /* important not to use padding for margins and spacing bc it will make links clickable only over part of the words */ .sidenav a { line-height:1.8; - margin-right: 50px; - font-size: 14px; + margin-right: 40px; + font-size: 14.5px; color: #242424; display: block; text-align:right;