Skip to content

Commit 60cd7f5

Browse files
fixed divided navbar
1 parent 7226edc commit 60cd7f5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/Components/Navbar/Navbar.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,14 @@
106106
border: solid darken(theme('color', 'primary'), 7.15%);
107107
}
108108
}
109+
@include breakpoints(variables('grid', 'breakpoints', 'medium'), 'max-width') {
110+
.#{class('button', 'group')} {
111+
.#{class('button', 'name')},
112+
.#{class('button', 'dropdown')} .#{class('button', 'name')} {
113+
border: 0 !important;
114+
}
115+
}
116+
}
109117
}
110118
}
111119
}

0 commit comments

Comments
 (0)