Skip to content
Snippets Groups Projects
Commit 12c32878 authored by Arnaud Levy's avatar Arnaud Levy
Browse files

the grid should not be so close vertically

parent 134943b1
No related branches found
No related tags found
No related merge requests found
......@@ -75,7 +75,7 @@
padding-left: $grid-gutter
padding-right: $grid-gutter
@mixin grid($cols: 12, $breakpoint: false, $gap-y: $grid-gutter/2)
@mixin grid($cols: 12, $breakpoint: false, $gap-y: $grid-gutter)
@if $breakpoint
@include media-breakpoint-up($breakpoint)
display: grid
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment