File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 46
46
< app-social-wrapper > </ app-social-wrapper >
47
47
< div class ="menu-wrapper ">
48
48
< div class ="search-wrapper " id ="search ">
49
- < i class ="fa fa-search search-icon "> </ i >
50
- < input class ="search-input " placeholder ="Search... " />
49
+ <!-- < i class="fa fa-search search-icon"></i>
50
+ <input class="search-input" placeholder="Search..." /> -->
51
51
</ div >
52
52
< ul >
53
53
< li >
Original file line number Diff line number Diff line change @@ -393,13 +393,21 @@ header {
393
393
border-bottom-color : $red-color ;
394
394
width : 190px ;
395
395
}
396
+
397
+ @media (min-width : 1200px ) and (max-width : 1300px ) {
398
+ width : 190px ;
399
+ }
396
400
}
397
401
398
402
::ng-deep .DocSearch-Button :hover ,
399
403
::ng-deep .DocSearch-Button :active
400
404
::ng-deep .DocSearch-Button :focus {
401
405
border-bottom-color : $red-color ;
402
406
width : 240px ;
407
+
408
+ @media (min-width : 1200px ) and (max-width : 1300px ) {
409
+ width : 190px ;
410
+ }
403
411
}
404
412
405
413
.search-input ::placeholder {
You can’t perform that action at this time.
0 commit comments