mirror of
https://github.com/status-im/open-bounty.git
synced 2025-02-06 06:33:58 +00:00
No margins for ui.container on mobile
This commit is contained in:
parent
a802edd502
commit
8cea6aa98a
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user