1
0
mirror of https://github.com/DanilaFe/abacus synced 2025-12-28 03:31:08 +00:00

Decrease the padding and margins on small screens.

This commit is contained in:
2017-09-07 16:20:26 -07:00
parent 6909f210d6
commit dc4eee6342

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;
}
}