Responsive mit Less

Veröffentlicht in html / css / less | 25.11.2019

@tabletLandscape:   ~"only screen and (max-width: 1199px)";
@tabletPortait:   ~"only screen and (max-width: 959px)";
@mobile:   ~"only screen and (max-width: 666px)";
@mobileS:   ~"only screen and (max-width: 374px)";
@mobileXs:   ~"only screen and (max-width: 320px)";
 
 
@media @mobile{
    padding-bottom: 0;
}