From 53ac4fefa2dcf7ee4e230a322e9cfb75fa0dd0ab Mon Sep 17 00:00:00 2001 From: Carol Date: Mon, 8 Jul 2024 15:11:44 +0800 Subject: [PATCH] =?UTF-8?q?change:=20=E5=85=A8=E5=B1=80=E8=83=8C=E6=99=AF?= =?UTF-8?q?=E5=85=BC=E5=AE=B9=E7=A7=BB=E5=8A=A8=E7=AB=AF=E5=B1=95=E7=A4=BA?= =?UTF-8?q?=EF=BC=88=E4=B8=8D=E5=B1=95=E7=A4=BA=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/modules/footer.html | 2 +- templates/modules/layouts/layout.html | 14 ++------------ 2 files changed, 3 insertions(+), 13 deletions(-) diff --git a/templates/modules/footer.html b/templates/modules/footer.html index 9f31bde3..ad4fb4e9 100644 --- a/templates/modules/footer.html +++ b/templates/modules/footer.html @@ -234,7 +234,7 @@ } } - @media screen and (max-width: 768px) { + @media screen and (max-width: 1300px) { #footer { background: linear-gradient(180deg, var(--heo-background) 0%, #fff0 25%); margin-top: 0; diff --git a/templates/modules/layouts/layout.html b/templates/modules/layouts/layout.html index 324efa93..fa3f02a5 100644 --- a/templates/modules/layouts/layout.html +++ b/templates/modules/layouts/layout.html @@ -68,19 +68,9 @@ } } - @media screen and (max-width: 768px) { + @media screen and (max-width: 1300px) { .global_background_img { - width: 100%; - height: 100%; - top: 0; - left: 0; - opacity: 1; - position: fixed; - z-index: -999; - background: var(--heo-background); - background-attachment: fixed; - background-repeat: no-repeat; - background-size: cover; + display: none; } }