StadtKonzeptBasel
StadtKonzeptBasel
you can simply add this by yourself. Did it that way: ``` &[#{$gl-attributeName}*="-halfGutter"]{ margin: 0 (-$gl-gutter/4); > [#{$gl-attributeName}~="#{$gl-colName}"], > [#{$gl-attributeName}*="#{$gl-colName}-"]{ padding: 0 ($gl-gutter/4) $gl-gutter-vertical/2; } } ``` adding this on...
hey @dannyuk1982 got the same issue. How did you manage this? I'm using following classes: `col-2_sm-3_xs-0` but its not hidden in xs...
here you go @devlint: [https://codepen.io/anon/pen/PKqyda](https://codepen.io/anon/pen/PKqyda)
simply edit the module template for your need: Resources/Private/Templates/Statistic/Index.html. I did it this way: ``` FE BE ```