'css'
This commit is contained in:
parent
e366249a34
commit
4def0e64e0
|
|
@ -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{
|
||||
|
|
|
|||
|
|
@ -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{
|
||||
|
|
|
|||
Loading…
Reference in New Issue