mirror of
https://github.com/imputnet/cobalt.git
synced 2025-06-28 09:28:29 +00:00
web/DonateBanner: better scaling
This commit is contained in:
parent
abeacd7534
commit
80c26f712c
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user