Ich habe hier so einen ganz normalen Mobi-Fullscreen-Header.
Code: Alles auswählen
<section class="header2" group="Headers" data-bg-video="{{bg.type == 'video' && bg.value.url}}" mbr-class="{'mbr-parallax-background': bg.parallax, 'mbr-fullscreen' : fullScreen}" plugins="PlayerVimeo">
In CSS will ich dafür die Paddings ab 1200Pixel einschalten. Aber so eben nicht.
Code: Alles auswählen
& when not (@fullScreen) {
padding-top: (@paddingTop * 1rem);
padding-bottom: (@paddingBottom * 1rem);
}
& when (@fullScreen) {
@media (max-width: 1200px) {
padding-top: (@paddingTop * 1rem);
padding-bottom: (@paddingBottom * 1rem);
}
}