web/DonateBanner: better scaling

This commit is contained in:
wukko 2024-08-09 11:31:57 +06:00
parent abeacd7534
commit 80c26f712c
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -215,7 +215,7 @@
}
#banner-left {
padding: 45px 32px;
padding: 45px 12px;
gap: 14px;
align-items: center;
}
@ -231,4 +231,14 @@
font-size: 40px;
}
}
@media screen and (max-width: 550px) {
#banner-title {
font-size: 36px;
}
#banner-subtitle {
font-size: 14px;
}
}
</style>