1
0
Fork 0

[FIX] remove bug fix for grid layout & update bootstrap

This commit is contained in:
Jannik Beyerstedt 2016-10-28 21:32:13 +02:00
parent 30aaa46456
commit a61d400590
10 changed files with 82 additions and 37 deletions

View file

@ -49,12 +49,3 @@
// Utility classes
@import "utilities";
// bugfixes:
@include media-breakpoint-down(xs) {
.row {
margin-left: 0;
margin-right: 0;
}
}