|
@ -1667,8 +1667,12 @@ |
|
|
.ui.stackable.grid { |
|
|
.ui.stackable.grid { |
|
|
display: block !important; |
|
|
display: block !important; |
|
|
width: auto; |
|
|
width: auto; |
|
|
|
|
|
/* Stackable grid should always be padded on mobile ? |
|
|
margin-left: -(@stackableGutter / 2) !important; |
|
|
margin-left: -(@stackableGutter / 2) !important; |
|
|
margin-right: -(@stackableGutter / 2) !important; |
|
|
margin-right: -(@stackableGutter / 2) !important; |
|
|
|
|
|
*/ |
|
|
|
|
|
margin-left: 0em !important; |
|
|
|
|
|
margin-right: 0em !important; |
|
|
padding: 0em; |
|
|
padding: 0em; |
|
|
} |
|
|
} |
|
|
.ui.stackable.grid > .row > .wide.column, |
|
|
.ui.stackable.grid > .row > .wide.column, |
|
|