File tree 1 file changed +22
-1
lines changed
1 file changed +22
-1
lines changed Original file line number Diff line number Diff line change 235
235
}
236
236
237
237
.navbar__logo {
238
- margin-right : .75rem ;
238
+ margin-right : 0 .75rem ;
239
239
}
240
240
241
241
@media (min-width : 997px ) {
247
247
}
248
248
}
249
249
250
+ @media (max-width : 996px ) {
251
+ .navbar__inner .navbar__brand {
252
+ position : relative;
253
+ margin : auto;
254
+ left : -1rem ;
255
+ }
256
+ }
257
+
258
+ .navbar__toggle svg {
259
+ display : none;
260
+ }
261
+
262
+ .navbar__toggle ::after {
263
+ content : '' ;
264
+ width : 24px ;
265
+ height : 24px ;
266
+ mask : url ("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M21 6H3M15 12H3M17 18H3'/%3E%3C/svg%3E" )
267
+ no-repeat;
268
+ background-color : currentColor;
269
+ }
270
+
250
271
.navbar-social-link ::before {
251
272
content : '' ;
252
273
display : flex;
You can’t perform that action at this time.
0 commit comments