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