make sidebar narrower

This commit is contained in:
wuyoli 2022-02-18 11:47:02 +00:00
parent eb689a1067
commit 8e3f44a3dd
1 changed files with 3 additions and 3 deletions

View File

@ -127,12 +127,12 @@ img {
.content { .content {
height: auto; height: auto;
float: right; float: right;
width: 70%; width: 75%;
margin-top: 60px; margin-top: 60px;
} }
.page-top { .page-top {
width: 70%; width: 75%;
position: fixed; position: fixed;
right: 0; right: 0;
z-index: 3; z-index: 3;
@ -196,7 +196,7 @@ img {
} }
#sidebar { #sidebar {
width: 30%; width: 25%;
-webkit-background-size: cover; -webkit-background-size: cover;
background-size: cover; background-size: cover;
background-color: #434C5E; background-color: #434C5E;