64 lines
1.0 KiB
SCSS
64 lines
1.0 KiB
SCSS
@charset "utf-8";
|
|
@import "initial";
|
|
|
|
@media(max-width: 767px) {
|
|
.modules-menu .modules-menu-level-0>li { margin: 0; }
|
|
.modules-menu .modules-menu-level-0>li:hover { background: transparent; }
|
|
}
|
|
|
|
@media(max-width: $screen-xs) {
|
|
.container > .navbar-header {
|
|
margin: 0;
|
|
}
|
|
.buttons-slogan{
|
|
flex-wrap: wrap;
|
|
}
|
|
.big-title{
|
|
font-size: 40px;
|
|
}
|
|
}
|
|
@media(max-width: 769px){
|
|
.ad-banner-widget-6{
|
|
.w-ba-banner__wrap {
|
|
position: absolute!important;
|
|
}
|
|
}
|
|
.linkwraper{
|
|
flex-wrap: wrap;
|
|
}
|
|
}
|
|
|
|
@media(min-width: 1600px){
|
|
.linkwraper{
|
|
flex-wrap: wrap;
|
|
margin-bottom: 6em;
|
|
}
|
|
}
|
|
@media(max-width: 1600px){
|
|
.linkwraper{
|
|
ul{
|
|
padding-left: 20px;
|
|
}
|
|
}
|
|
}
|
|
.linkwraper{
|
|
display:flex;
|
|
width: 100%;
|
|
}
|
|
@media only screen and (min-width: 768px) and (max-width: 1600px){
|
|
.linkone{
|
|
width:50%;
|
|
}
|
|
.linktwo{
|
|
width:50%;
|
|
}
|
|
}
|
|
@media(max-width:$screen-xs){
|
|
.linkone{
|
|
width:100%;
|
|
}
|
|
.linktwo{
|
|
width:100%;
|
|
}
|
|
}
|