mirror of
https://github.com/imputnet/cobalt.git
synced 2024-12-29 11:06:10 +00:00
web/DonateBanner: reduce padding on mobile
This commit is contained in:
parent
ba3602aabb
commit
8200541b21
|
@ -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