PCv5/app/static/less/container.less
Darks 87d795959f
less (#97): first shot to Less
Quick switch, still may need some refacto and delete unused code
2021-07-14 16:30:45 +02:00

22 lines
331 B
Plaintext

@import "vars";
.container {
margin-left: 110px;
@media screen and (max-width: @tiny) {
margin-left: 0;
}
}
section {
width: 80%;
margin: 20px auto 0 auto;
@media screen and (max-width: @normal) {
width: 90%;
}
@media screen and (max-width: @small) {
width: 95%;
}
}