UX: more topics mobile spacing (#23745)

This PR adjusts the mobile spacing between the more topics tabs & more topics table
This commit is contained in:
Ty Correll 2023-10-02 19:19:53 -05:00 committed by GitHub
parent a60e16ea61
commit e6bc74acc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
.more-topics__container {
.nav {
margin-block: 0.5em 1em;
margin-block: 0 7px;
border-bottom: 1px solid var(--primary-low);
}