File tree Expand file tree Collapse file tree 1 file changed +15
-7
lines changed
src/sections/General/Navigation Expand file tree Collapse file tree 1 file changed +15
-7
lines changed Original file line number Diff line number Diff line change @@ -521,10 +521,16 @@ const NavigationWrap = styled.header`
521
521
522
522
@media only screen and (min-width: 300px) and (max-width: 580px){
523
523
.playground{
524
- width: 92 .5%;
524
+ width: 91 .5%;
525
525
}
526
526
527
527
}
528
+
529
+ @media screen and (max-width: 420px) {
530
+ .playground{
531
+ width: 90.5%;
532
+ }
533
+ }
528
534
#playground-list{
529
535
width: 100%;
530
536
}
@@ -659,7 +665,7 @@ const NavigationWrap = styled.header`
659
665
font-size: 16px;
660
666
font-weight: 600;
661
667
line-height: 2rem;
662
- font-size: 1.1rem ;
668
+ font-size: 1.0rem ;
663
669
width: 100%;
664
670
}
665
671
a:before {
@@ -727,15 +733,17 @@ const NavigationWrap = styled.header`
727
733
cursor: pointer;
728
734
}
729
735
730
- .sub-items{
731
- border: 1px solid pink;
732
- }
733
-
734
-
735
736
.playground{
736
737
margin-top: 17px
737
738
}
738
739
740
+ #playground-list > .menu-item {
741
+ font-weight: 600;
742
+ line-height: 1.6rem;
743
+ font-size: 0.9rem;
744
+ width: 100%;
745
+ }
746
+
739
747
.mobile-nav-subitem {
740
748
padding-left: 10px;
741
749
padding-top: 0.4rem;
You can’t perform that action at this time.
0 commit comments