mirror of
https://github.com/wukko/cobalt.git
synced 2025-06-12 13:17:45 +02:00
web/DonateBanner: better scaling
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user