mirror of
https://github.com/flysnow-org/maupassant-hugo.git
synced 2026-08-24 07:18:55 +00:00
修复归档页盒子尺寸 (#177)
This commit is contained in:
@@ -905,6 +905,21 @@ img.alignright {
|
|||||||
line-height: 2;
|
line-height: 2;
|
||||||
padding-bottom: .8em;
|
padding-bottom: .8em;
|
||||||
}
|
}
|
||||||
|
@media print, screen and (max-width:1290px) {
|
||||||
|
.post-archive {
|
||||||
|
margin-right: 320px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media print, screen and (max-width:1057px) {
|
||||||
|
.post-archive {
|
||||||
|
margin-right: 260px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media print, screen and (max-width:860px) {
|
||||||
|
.post-archive {
|
||||||
|
margin-right: 0px;
|
||||||
|
}
|
||||||
|
}
|
||||||
.post-archive h2 {
|
.post-archive h2 {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
font: bold 25px / 1.1 "ff-tisa-web-pro", Cambria, "Times New Roman", Georgia, Times, sans-serif;
|
font: bold 25px / 1.1 "ff-tisa-web-pro", Cambria, "Times New Roman", Georgia, Times, sans-serif;
|
||||||
|
|||||||
Reference in New Issue
Block a user