1
0
mirror of https://github.com/privacyguides/discourse-brand.git synced 2025-06-15 17:31:14 +00:00

Adjust nav link size

This commit is contained in:
Jonah Aragon 2024-09-09 00:11:13 -05:00
parent 7627fd3f00
commit cb3152ba4f
Signed by: jonah
SSH Key Fingerprint: SHA256:oJSBSFgpWl4g+IwjL96Ya8ocGfI7r6VKnQw+257pZZ0

View File

@ -52,13 +52,14 @@
}
.custom-header-links .headerLink {
font-size: .85rem;
font-size: .88rem;
opacity: 0.6;
padding: 6px 10px;
}
.custom-header-links .headerLink a {
padding: 0;
font-size: .88rem;
}
body:not(.category-announcements-blog) .forum-custom-header-links > a {