web/DonateBanner: better scaling
This commit is contained in:
parent
abeacd7534
commit
80c26f712c
1 changed files with 11 additions and 1 deletions
|
@ -215,7 +215,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#banner-left {
|
#banner-left {
|
||||||
padding: 45px 32px;
|
padding: 45px 12px;
|
||||||
gap: 14px;
|
gap: 14px;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
@ -231,4 +231,14 @@
|
||||||
font-size: 40px;
|
font-size: 40px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 550px) {
|
||||||
|
#banner-title {
|
||||||
|
font-size: 36px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#banner-subtitle {
|
||||||
|
font-size: 14px;
|
||||||
|
}
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in a new issue