This commit is contained in:
ken 2025-08-21 13:59:54 +08:00
parent e366249a34
commit 4def0e64e0
2 changed files with 4 additions and 5 deletions

View File

@ -53,9 +53,7 @@
}
.header-banner { overflow: hidden; }
.header-nav {
background: #f5f5f5;
padding:0;
>.container{
color: $theme-color-main;
font-family: $main-font;
@ -89,9 +87,10 @@
font-size: 0.85em;
}
@media (min-width:1025px) {
@media (min-width:820px) {
// margin-bottom: -4em;
position: relative;
float: right;
}
}
.navbar-header h1.default_site_h1, .navbar-header h2.default_site_h1{

View File

@ -446,7 +446,7 @@ ul.button-mid{
// Widget 7
.ba-banner-widget-7 {
position: relative;
@media(min-width:1024px){
@media(min-width:820px){
display: flex;
flex-direction: row-reverse;
.w-ba-banner__wrap{