From 44477097c5c1f752cfc77da73c20cc028afe97a9 Mon Sep 17 00:00:00 2001 From: wc7086 <74053663+wc7086@users.noreply.github.com> Date: Mon, 9 Sep 2024 21:59:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=BD=92=E6=A1=A3=E9=A1=B5?= =?UTF-8?q?=E7=9B=92=E5=AD=90=E5=B0=BA=E5=AF=B8=20(#177)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/css/style.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/static/css/style.css b/static/css/style.css index d4f6420..7694b3a 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -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;