Skip to content

Commit

Permalink
feat(): Upgrade to Bootstrap 5 - removed border for root element
Browse files Browse the repository at this point in the history
  • Loading branch information
kathirr007 committed Jun 20, 2023
1 parent bac0ae3 commit 5a0c41e
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/css/maps/styles.css.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions app/css/styles.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<title>Gulp4 get Start | Bootstrap 4 Layouts</title>
</head>

<body data-bs-spy="scroll" data-target=".site-nav" data-offset="55">
<body data-bs-spy="scroll" data-bs-target=".site-nav" data-offset="55">

<header id="page-hero" class="site-header d-flex flex-column align-content-between">

Expand Down
2 changes: 1 addition & 1 deletion dist/css/styles.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Gulp4 get Start | Bootstrap 4 Layouts</title>
</head>

<body data-bs-spy="scroll" data-target=".site-nav" data-offset="55">
<body data-bs-spy="scroll" data-bs-target=".site-nav" data-offset="55">

<header id="page-hero" class="site-header d-flex flex-column align-content-between">

Expand Down
1 change: 1 addition & 0 deletions src/styles/scss/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ $border-radius: 20px;
--color-text-reverse: var(--bs-light);
--font-family-title: var(--font-family-sans-serif);
--font-family-text: var(--font-family-serif);
border: none !important;
}

body {
Expand Down

0 comments on commit 5a0c41e

Please sign in to comment.