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 {
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;