From a50674717b354ff8752a7f49dedebf43ba6d9d46 Mon Sep 17 00:00:00 2001 From: PASSER-BY Date: Tue, 10 Jan 2023 08:06:24 +0800 Subject: [PATCH] Update index.css --- static/style/index.css | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/static/style/index.css b/static/style/index.css index b058a42..2f48ca7 100644 --- a/static/style/index.css +++ b/static/style/index.css @@ -695,7 +695,7 @@ a:hover{ } .mod-intro{ - margin-bottom: 25px; + margin-bottom: 35px; } .mod-intro .bd li{ float: none; @@ -706,7 +706,7 @@ a:hover{ } .mod-article{ - margin-bottom: 25px; + margin-bottom: 55px; } .mod-article .bd{ padding: 15px 0; @@ -736,12 +736,17 @@ a:hover{ .mod-copy{ padding: 15px 0 25px; - margin-bottom: 25px; + margin-bottom: 55px; } .mod-copy .bd p{ line-height: 22px; font-size: 14px; } + + .mod-copy::after { + bottom: -45px; + border-width: 45px 22vw 0 61.8vw; + } } @media screen and (max-width: 640px) {