No margins for ui.container on mobile

This commit is contained in:
Teemu Patja 2017-10-31 15:34:54 +02:00
parent a802edd502
commit 8cea6aa98a
No known key found for this signature in database
GPG Key ID: F5B7035E6580FD4C
1 changed files with 8 additions and 0 deletions

View File

@ -235,6 +235,14 @@
}
}
@media only screen and (max-width: 767px) {
.ui.container {
width: 100% !important;
margin-left: 0 !important;
margin-right: 0 !important;
}
}
.ui.grid {
margin-top: 0px;
}