mirror of
https://github.com/wukko/cobalt.git
synced 2025-01-23 19:26:26 +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) {
|
@media screen and (max-width: 550px) {
|
||||||
|
#banner-left {
|
||||||
|
padding: 32px 12px;
|
||||||
|
gap: 12px;
|
||||||
|
}
|
||||||
|
|
||||||
#banner-title {
|
#banner-title {
|
||||||
font-size: 36px;
|
font-size: 36px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue