Fix most pages on small screens

This commit is contained in:
Eugen Rochko 2016-10-03 16:10:17 +02:00
parent 188c6f326b
commit b3c7c8700d
8 changed files with 96 additions and 23 deletions

View file

@ -3,7 +3,7 @@
.about-body {
.wrapper {
width: 600px;
max-width: 600px;
margin: 0 auto;
color: #9baec8;
padding-top: 200px;
@ -38,4 +38,10 @@
font: 16px/16px 'Montserrat', sans-serif;
font-weight: 300;
}
@media screen and (max-width: 360px) {
.wrapper {
padding: 20px;
}
}
}