1
0
mirror of https://github.com/privacyguides/discourse-brand.git synced 2024-12-03 10:46:00 +00:00

Reduce header title size

This commit is contained in:
Jonah Aragon 2024-09-09 09:48:21 -05:00
parent cb3152ba4f
commit 22bc701036
Signed by: jonah
SSH Key Fingerprint: SHA256:oJSBSFgpWl4g+IwjL96Ya8ocGfI7r6VKnQw+257pZZ0

View File

@ -268,3 +268,8 @@ body.crawler {
.static-login .custom-footer {
margin-top: 3em;
}
// Reduce header title size
.extra-info-wrapper .header-title {
font-size: var(--font-up-1);
}