@ -382,6 +382,7 @@
@media only screen and (max-width: @largestMobileScreen) {
.ui.menu > .ui.container {
width: 100%;
margin-left: 0em !important;
margin-right: 0em !important;
}
@ -9,7 +9,7 @@
@maxWidth: 100%;
/* Devices */
@mobileWidth: 100%;
@mobileWidth: auto;
@mobileGutter: 1em;
@largestMobileScreen: 780px;