SubNavigation: round out corners on desktop
This commit is contained in:
@ -139,4 +139,9 @@
|
||||
justify-self: center;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
@media (min-width: 580px) {
|
||||
border-top-left-radius: 10px;
|
||||
border-top-right-radius: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user