aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scss/_navbar.scss11
1 files changed, 0 insertions, 11 deletions
diff --git a/scss/_navbar.scss b/scss/_navbar.scss
index 6cc1d2400..1cf854d2f 100644
--- a/scss/_navbar.scss
+++ b/scss/_navbar.scss
@@ -39,11 +39,6 @@
right: 0;
left: 0;
z-index: $zindex-navbar-fixed;
-
- // Undo the rounded corners
- @include media-breakpoint-up(sm) {
- @include border-radius(0);
- }
}
.navbar-fixed-top {
@@ -58,12 +53,6 @@
position: sticky;
top: 0;
z-index: $zindex-navbar-sticky;
- width: 100%;
-
- // Undo the rounded corners
- @include media-breakpoint-up(sm) {
- @include border-radius(0);
- }
}