Adjust brand title for mobile

This commit is contained in:
2026-06-10 13:48:16 +02:00
parent 5d1412d874
commit 7e86135d14
+4 -1
View File
@@ -21,6 +21,10 @@ body {
body {
padding: var(--spacing-small);
}
.sg-brand-title {
font-size: calc(var(--font-size-brand) * 0.8);
}
}
section {
@@ -94,4 +98,3 @@ section + section {
border-radius: 0;
background: transparent;
}