修复归档页盒子尺寸 (#177)

This commit is contained in:
wc7086
2024-09-09 21:59:58 +08:00
committed by GitHub
parent ed5e77563d
commit 44477097c5
+15
View File
@@ -905,6 +905,21 @@ img.alignright {
line-height: 2;
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 {
margin: 0;
font: bold 25px / 1.1 "ff-tisa-web-pro", Cambria, "Times New Roman", Georgia, Times, sans-serif;