1
0
mirror of https://github.com/privacyguides/discourse-brand.git synced 2025-06-18 19:04:22 +00:00

Reduce header title size

This commit is contained in:
2024-09-09 09:48:21 -05:00
parent cb3152ba4f
commit 22bc701036

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);
}