Skip to content
Snippets Groups Projects
Commit 5129d2cb authored by danieldeng2's avatar danieldeng2
Browse files

Comment out logic for custom breakpoints

parent cea23a37
No related branches found
No related tags found
No related merge requests found
// Override default variables before the import // Override default variables before the import
$nav-pills-link-active-color: black; $nav-pills-link-active-color: black;
$container-max-widths: (
sm: 540px,
md: 720px,
lg: 960px,
xl: 1140px,
xxl: 1400px
);
//* bootstrap 5's grid. To use, import the following line in the .module.scss */
// @import "assets/scss/bootstrap5/bootstrap-grid";
$grid-breakpoints: ( $grid-breakpoints: (
xs: 0, xs: 0,
sm: 576px, sm: 576px,
......
...@@ -70,7 +70,6 @@ const ModuleResources: React.FC = () => { ...@@ -70,7 +70,6 @@ const ModuleResources: React.FC = () => {
lg={4} lg={4}
xl={3} xl={3}
key={i} key={i}
className={styles["col-xxl-2"]}
style={{marginBottom: ".5rem"}} style={{marginBottom: ".5rem"}}
> >
<Card className={styles.quickViewCard}> <Card className={styles.quickViewCard}>
......
@import "assets/scss/custom"; @import "assets/scss/custom";
/* bootstrap 5's grid, delete if causes trouble */
@import "assets/scss/bootstrap5/bootstrap-grid";
.moduleParagraph { .moduleParagraph {
margin-top: 1rem; margin-top: 1rem;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment