Skip to content

Commit

Permalink
Merge pull request #778 from templaza/v3
Browse files Browse the repository at this point in the history
v3.1.3
  • Loading branch information
sonvnn authored Aug 29, 2024
2 parents 860946a + 6e1b003 commit ba62b54
Show file tree
Hide file tree
Showing 68 changed files with 3,510 additions and 146 deletions.
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};
}
}
}
Binary file added assets/vendor/linearicons/Linearicons.ttf
Binary file not shown.
Loading

0 comments on commit ba62b54

Please sign in to comment.