replaced favicon files, added grid variables to main.scsss and renamed offcanvas
This commit is contained in:
@@ -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
|
||||
-------------------------------------------------- */
|
||||
|
||||
Reference in New Issue
Block a user