PCv5/app/static/css/container.css

22 lines
315 B
CSS
Raw Normal View History

2019-02-07 17:55:20 +01:00
.container {
margin-left: 110px;
}
@media screen and (max-width:849px) {
.container {
margin-left: 0;
}
2016-10-02 17:07:47 +02:00
}
section {
2019-06-06 00:11:55 +02:00
width: 80%;
margin: 20px auto 0 auto;
}
@media screen and (max-width:1449px) {
section {
width: 90%;
}
}
@media screen and (max-width:1199px) {
section {
width: 95%;
}
}