mirror of
https://github.com/wukko/cobalt.git
synced 2025-01-23 11:16:20 +01:00
web/DonateBanner: reduce padding on mobile
This commit is contained in:
parent
ba3602aabb
commit
8200541b21
1 changed files with 5 additions and 0 deletions
|
@ -240,6 +240,11 @@
|
|||
}
|
||||
|
||||
@media screen and (max-width: 550px) {
|
||||
#banner-left {
|
||||
padding: 32px 12px;
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
#banner-title {
|
||||
font-size: 36px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue