replaced favicon files, added grid variables to main.scsss and renamed offcanvas

This commit is contained in:
zach
2026-03-04 17:02:17 -05:00
parent 16def05dd0
commit 34f7c8ece9
4 changed files with 22 additions and 12 deletions

View File

@@ -1,5 +1,4 @@
@import "_bootstrap";
@import 'bootstrap/scss/variables';
/* --------------------------------------------------
Root Variables
@@ -13,6 +12,25 @@ html {
scroll-behavior: smooth;
}
$grid-breakpoints: (
xs: 0,
sm: 576px,
md: 768px,
lg: 992px,
xl: 1200px,
xxl: 1400px,
xxxl: 1920px
) !default;
$container-max-widths: (
sm: 540px,
md: 720px,
lg: 960px,
xl: 1140px,
xxl: 1320px,
xxxl: 1840px
) !default;
/* --------------------------------------------------
Layout
-------------------------------------------------- */