From 18f883a87f0c3b299867edd1bb76ea8b6f442095 Mon Sep 17 00:00:00 2001 From: ken Date: Tue, 25 Jul 2023 21:58:58 +0800 Subject: [PATCH] 'adbanner,content' --- assets/stylesheets/template/layout/content.scss | 2 +- assets/stylesheets/template/layout/header.scss | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/stylesheets/template/layout/content.scss b/assets/stylesheets/template/layout/content.scss index cd545e9..57613c2 100644 --- a/assets/stylesheets/template/layout/content.scss +++ b/assets/stylesheets/template/layout/content.scss @@ -629,7 +629,7 @@ body{ } .navbar-brand:nth-child(2){ @media(min-width:1900px){ - width: 330px!important; + width: 300px!important; margin-top: -14px; } @media screen and (min-width:1025px) and (max-width:1899px){ diff --git a/assets/stylesheets/template/layout/header.scss b/assets/stylesheets/template/layout/header.scss index 4c1e6d3..546d443 100644 --- a/assets/stylesheets/template/layout/header.scss +++ b/assets/stylesheets/template/layout/header.scss @@ -266,7 +266,7 @@ a#content{ } @media(min-width:1900px) { - width: 330px; + width: 300px; } @media screen and (min-width:1025px) and (max-width:1899px) { @@ -278,7 +278,7 @@ a#content{ } @media screen and (max-width:$screen-xs) { - width: 150px; + width: 200px; } } }