Skip to content

Commit 98a89bc

Browse files
committed
feat: Adjust page layout
Signed-off-by: koooge <koooooge@gmail.com>
1 parent 970c578 commit 98a89bc

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

static/css/style.css

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ a:hover {
3737
}
3838

3939
.container {
40-
width: 1000px;
40+
width: 1200px;
4141
margin-right: auto;
4242
margin-left: auto;
4343
padding-bottom: 50px;
@@ -82,7 +82,7 @@ a:hover {
8282
* articles
8383
*/
8484
.article {
85-
width: 590px;
85+
width: 650px;
8686
padding: 0 20px 20px;
8787
clear: left;
8888
overflow: hidden;
@@ -130,27 +130,18 @@ a:hover {
130130
font-size: 14px;
131131
}
132132

133-
.article .content a:hover :not(.heading) {
134-
font-size: 14px;
135-
}
136-
137133
.article .tags a {
138134
font-size: 10px;
139135
}
140136

141-
.article .tags a:hover {
142-
font-size: 10px;
143-
}
144-
145137
/**
146138
* sidebar
147139
*/
148140
.sidebar {
149141
width: 310px;
150142
float: right;
151143
min-height: 200px;
152-
height: 200px;
153-
height: auto !important;
144+
height: auto;
154145
overflow: hidden;
155146
}
156147

0 commit comments

Comments
 (0)