SubNavigation: round out corners on desktop

This commit is contained in:
Alex Gleason
2021-09-27 14:47:57 -05:00
parent f8bd87c57f
commit b5041602e6

View File

@ -139,4 +139,9 @@
justify-self: center;
font-weight: bold;
}
@media (min-width: 580px) {
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
}