From 8e3f44a3dd506e5da71401cea526b515da9e1975 Mon Sep 17 00:00:00 2001 From: wuyoli Date: Fri, 18 Feb 2022 11:47:02 +0000 Subject: [PATCH] make sidebar narrower --- sass/style.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sass/style.scss b/sass/style.scss index be3236d..315cbcb 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -127,12 +127,12 @@ img { .content { height: auto; float: right; - width: 70%; + width: 75%; margin-top: 60px; } .page-top { - width: 70%; + width: 75%; position: fixed; right: 0; z-index: 3; @@ -196,7 +196,7 @@ img { } #sidebar { - width: 30%; + width: 25%; -webkit-background-size: cover; background-size: cover; background-color: #434C5E;