Skip to content

Commit

Permalink
Update _base.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
sonvnn committed Jan 3, 2025
1 parent f60e534 commit eaaf493
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion assets/vendor/astroid/scss/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,12 @@
}
}
.container {
--bs-gutter-x: 3rem;
@media (min-width: 640px) {
--bs-gutter-x: 2rem;
}
@media (min-width: 960px) {
--bs-gutter-x: 3rem;
}
}

.float-left {float:left}
Expand Down

0 comments on commit eaaf493

Please sign in to comment.