'adbanner,content'
This commit is contained in:
parent
4a67e0af22
commit
b71816597a
|
@ -624,7 +624,6 @@ body{
|
|||
width: 146px !important;
|
||||
}
|
||||
@media screen and (max-width:$screen-xs){
|
||||
width: 110px !important;
|
||||
margin-top: 3px;
|
||||
}
|
||||
}
|
||||
|
@ -639,6 +638,7 @@ body{
|
|||
}
|
||||
@media screen and (min-width:769px) and (max-width:1025px){
|
||||
width: 200px!important;
|
||||
margin: 1em;
|
||||
}
|
||||
@media screen and (max-width:768px){
|
||||
width: 140px!important;
|
||||
|
|
|
@ -8,6 +8,12 @@
|
|||
|
||||
// Widget
|
||||
// ## gerenral styles
|
||||
.ba-banner-widget-2{
|
||||
height: 100vh !important;
|
||||
.w-ba-banner__wrap{
|
||||
height: 100vh !important;
|
||||
}
|
||||
}
|
||||
.jarallax-video-audio, .jarallax-video-control-play{
|
||||
bottom: 2%!important;
|
||||
top: auto!important;
|
||||
|
|
Loading…
Reference in New Issue