From a0bd8de74c19b9a42d0a526ca5f1d6dc12d40e70 Mon Sep 17 00:00:00 2001 From: ken Date: Mon, 30 Mar 2026 19:06:11 +0800 Subject: [PATCH] 'padding' --- assets/stylesheets/template/layout/content.scss | 3 +++ assets/stylesheets/template/modules/ad_banner.scss | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/assets/stylesheets/template/layout/content.scss b/assets/stylesheets/template/layout/content.scss index 30a2145..6f0e682 100644 --- a/assets/stylesheets/template/layout/content.scss +++ b/assets/stylesheets/template/layout/content.scss @@ -580,6 +580,9 @@ blockquote{ color: #fff; width:85%; font-weight: bold; + @media(min-width: 768px){ + padding:0.5em 1em; + } @media(max-width: 768px){ width: 100%!important; font-size: 1.2em; diff --git a/assets/stylesheets/template/modules/ad_banner.scss b/assets/stylesheets/template/modules/ad_banner.scss index a749477..461a908 100644 --- a/assets/stylesheets/template/modules/ad_banner.scss +++ b/assets/stylesheets/template/modules/ad_banner.scss @@ -367,6 +367,10 @@ ul.button-mid{ background-color: $theme-color-third; border-radius: 0 0 64px 64px; position: relative; + + @media(min-width:769px){ + padding: 1em!important; + } @media(max-width: 768px){ border-radius: 0; padding-bottom: 4em;