Remove some of the usesless gaps in mobile mode

master
noiob 2018-08-15 13:14:57 -07:00
parent c1fcd3a58c
commit ef39dfb6d0
1 changed files with 5 additions and 0 deletions

View File

@ -85,3 +85,8 @@
padding: 0;
// hmm
}
//no gaps in mobile mode
@media screen and (min-width: 360px) {
.columns-area { padding: 0px !important}
}