Skip to content

Commit 833f546

Browse files
committed
fix: minor changes
Signed-off-by: upsaurav12 . <[email protected]>
1 parent eb79465 commit 833f546

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

src/sections/General/Navigation/navigation.style.js

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -521,10 +521,16 @@ const NavigationWrap = styled.header`
521521
522522
@media only screen and (min-width: 300px) and (max-width: 580px){
523523
.playground{
524-
width: 92.5%;
524+
width: 91.5%;
525525
}
526526
527527
}
528+
529+
@media screen and (max-width: 420px) {
530+
.playground{
531+
width: 90.5%;
532+
}
533+
}
528534
#playground-list{
529535
width: 100%;
530536
}
@@ -659,7 +665,7 @@ const NavigationWrap = styled.header`
659665
font-size: 16px;
660666
font-weight: 600;
661667
line-height: 2rem;
662-
font-size: 1.1rem;
668+
font-size: 1.0rem;
663669
width: 100%;
664670
}
665671
a:before {
@@ -727,15 +733,17 @@ const NavigationWrap = styled.header`
727733
cursor: pointer;
728734
}
729735
730-
.sub-items{
731-
border: 1px solid pink;
732-
}
733-
734-
735736
.playground{
736737
margin-top: 17px
737738
}
738739
740+
#playground-list > .menu-item {
741+
font-weight: 600;
742+
line-height: 1.6rem;
743+
font-size: 0.9rem;
744+
width: 100%;
745+
}
746+
739747
.mobile-nav-subitem {
740748
padding-left: 10px;
741749
padding-top: 0.4rem;

0 commit comments

Comments
 (0)