Skip to content

Commit

Permalink
fix: minor changes
Browse files Browse the repository at this point in the history
Signed-off-by: upsaurav12 . <[email protected]>
  • Loading branch information
upsaurav12 committed Sep 9, 2024
1 parent eb79465 commit 833f546
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions src/sections/General/Navigation/navigation.style.js
Original file line number Diff line number Diff line change
Expand Up @@ -521,10 +521,16 @@ const NavigationWrap = styled.header`
@media only screen and (min-width: 300px) and (max-width: 580px){
.playground{
width: 92.5%;
width: 91.5%;
}
}
@media screen and (max-width: 420px) {
.playground{
width: 90.5%;
}
}
#playground-list{
width: 100%;
}
Expand Down Expand Up @@ -659,7 +665,7 @@ const NavigationWrap = styled.header`
font-size: 16px;
font-weight: 600;
line-height: 2rem;
font-size: 1.1rem;
font-size: 1.0rem;
width: 100%;
}
a:before {
Expand Down Expand Up @@ -727,15 +733,17 @@ const NavigationWrap = styled.header`
cursor: pointer;
}
.sub-items{
border: 1px solid pink;
}
.playground{
margin-top: 17px
}
#playground-list > .menu-item {
font-weight: 600;
line-height: 1.6rem;
font-size: 0.9rem;
width: 100%;
}
.mobile-nav-subitem {
padding-left: 10px;
padding-top: 0.4rem;
Expand Down

0 comments on commit 833f546

Please sign in to comment.