mirror of
https://github.com/wukko/cobalt.git
synced 2025-06-12 13:17:45 +02:00
web/DonateBanner: reduce padding on mobile
This commit is contained in:
@ -240,6 +240,11 @@
|
||||
}
|
||||
|
||||
@media screen and (max-width: 550px) {
|
||||
#banner-left {
|
||||
padding: 32px 12px;
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
#banner-title {
|
||||
font-size: 36px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user