File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ nav.navbar {
44}
55
66/* * Mobile menu styling **/
7- @media screen and (max-width : map-get ($grid-breakpoints , md )) {
7+ @media screen and (max-width : map-get ($grid-breakpoints , md )-0.02 ) {
88 .navbar {
99 width : 100vw ;
1010 background-color : var (--bs-white );
@@ -26,7 +26,7 @@ nav.navbar {
2626
2727/* TODO remove when https://github.com/twbs/bootstrap/issues/24726 is fixed */
2828.navbar-expand-md.navbar-container {
29- @media screen and (max-width : map-get ($grid-breakpoints , md )) {
29+ @media screen and (max-width : map-get ($grid-breakpoints , md )-0.02 ) {
3030 > .container {
3131 padding : 0 var (--bs-spacer );
3232 }
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ nav.navbar {
66}
77
88/* * Mobile menu styling **/
9- @media screen and (max-width : map-get ($grid-breakpoints , md )) {
9+ @media screen and (max-width : map-get ($grid-breakpoints , md )-0.02 ) {
1010 .navbar {
1111 width : 100% ;
1212 background-color : var (--bs-white );
@@ -28,7 +28,7 @@ nav.navbar {
2828
2929/* TODO remove when https://github.com/twbs/bootstrap/issues/24726 is fixed */
3030.navbar-expand-md.navbar-container {
31- @media screen and (max-width : map-get ($grid-breakpoints , md )) {
31+ @media screen and (max-width : map-get ($grid-breakpoints , md )-0.02 ) {
3232 > .container {
3333 padding : 0 var (--bs-spacer );
3434 a .navbar-brand {
You can’t perform that action at this time.
0 commit comments