Decrease the padding and margins on small screens.

This commit is contained in:
Danila Fedorin 2017-09-07 16:20:26 -07:00
parent 6909f210d6
commit dc4eee6342
1 changed files with 5 additions and 0 deletions

View File

@ -78,6 +78,11 @@
@media (max-width: 750px) {
div.fullwidth div.double {
width: 100%;
padding: 15px;
}
div.fullwidth img {
margin-top: 0px;
margin-bottom: 0px;
}
}