Fix most pages on small screens
This commit is contained in:
parent
188c6f326b
commit
b3c7c8700d
8 changed files with 96 additions and 23 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue