From e178c91ea5945a75155e5cd0fba8f594ec96731f Mon Sep 17 00:00:00 2001 From: VnPower Date: Tue, 17 Sep 2024 21:58:32 +0700 Subject: [PATCH] Generate CSS file for #100 --- assets/css/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/css/style.css b/assets/css/style.css index 027fc0f..c62abaa 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -1048,6 +1048,11 @@ edit style.scss .novel .novel-settings .dropdown-toggler:checked ~ .dropdown-content { display: block; } + @media screen and (max-width: 950px) { + .novel .novel-content .novel-content-text { + padding: 6.4rem 1rem; + } + } .background-cover { background: repeating-linear-gradient(52.5deg, rgba(32, 32, 32, 0.8), rgba(32, 32, 32, 0.8) 14px, rgba(240, 248, 255, 0) 14px, rgba(240, 248, 255, 0) 28px); height: 10vw;