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:
parent
6909f210d6
commit
dc4eee6342
|
@ -78,6 +78,11 @@
|
||||||
@media (max-width: 750px) {
|
@media (max-width: 750px) {
|
||||||
div.fullwidth div.double {
|
div.fullwidth div.double {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
padding: 15px;
|
||||||
|
}
|
||||||
|
div.fullwidth img {
|
||||||
|
margin-top: 0px;
|
||||||
|
margin-bottom: 0px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user