File tree Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 40
40
}
41
41
42
42
.search-input-landing {
43
- padding-right : 4rem !important ;
43
+ padding-right : 4rem ;
44
44
background-color : var (--color-smoke-70 );
45
45
box-shadow : rgba (0 , 0 , 0 , 0.24 ) 1px 3px 8px ;
46
46
}
108
108
109
109
.search-input-landing {
110
110
width : 800px ;
111
- padding : 2 2 .25em ;
111
+ padding : 2 1 .25em ;
112
112
}
113
113
114
114
.sections-page .search-result-dropdown-menu {
Original file line number Diff line number Diff line change @@ -306,8 +306,6 @@ html.is-clipped--navbar {
306
306
}
307
307
308
308
.sections-navbar-mobile {
309
- /* background: var(--navbar-menu-background);
310
- box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1); */
311
309
position : fixed;
312
310
top : 8rem ;
313
311
max-height : var (--body-min-height );
@@ -451,6 +449,12 @@ html.is-clipped--navbar {
451
449
}
452
450
}
453
451
452
+ @media screen and (min-width : 1024px ) and (max-width : 1440px ) {
453
+ .sections-navbar-menu {
454
+ margin-left : -16rem ;
455
+ }
456
+ }
457
+
454
458
@media screen and (max-width : 700px ) {
455
459
.sections-header {
456
460
display : none;
Original file line number Diff line number Diff line change 318
318
}
319
319
320
320
.get-started-button {
321
- padding : 0.25 rem 1 rem ;
322
- font-size : 0.25 rem ;
321
+ padding : 0.5 rem 2 rem ;
322
+ font-size : 0.5 rem ;
323
323
}
324
324
}
You can’t perform that action at this time.
0 commit comments