Skip to content

Commit

Permalink
Improve gutter style
Browse files Browse the repository at this point in the history
  • Loading branch information
sonvnn committed Aug 27, 2024
1 parent 49b82f8 commit 15dc2c4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion assets/vendor/astroid/scss/utilities/_gutters.scss
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
// Responsive max-width
@each $gutter-point, $gutter-value in $as-gutters {
.as-gutter-#{$gutter-point} {
margin-top: -#{$gutter-value};
margin-left: -#{$gutter-value};
> * {
margin-left: #{$gutter-value};;
margin-top: #{$gutter-value};
margin-left: #{$gutter-value};
}
}
}

0 comments on commit 15dc2c4

Please sign in to comment.