fix: add gap to mobile footer

This commit is contained in:
Tom Vines 2025-08-03 22:27:44 +10:00
parent d77961ddf0
commit eb50cb6bb0
Signed by: dragonwocky
SSH Key Fingerprint: SHA256:vCxDSu/DvGebbNiQjCVzOuxKmT8ODOzaLx+dTRtawyk

View File

@ -4488,6 +4488,7 @@ textarea::placeholder {
*/ */
.footer-description { .footer-description {
font-size: 2rem; font-size: 2rem;
padding-right: 1em;
font-weight: var(--font-weight-three-medium); font-weight: var(--font-weight-three-medium);
line-height: 1.4; line-height: 1.4;
max-width: 400px; max-width: 400px;