1
0
mirror of https://github.com/DanilaFe/abacus synced 2024-11-19 08:54:25 -08:00

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

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