mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 12:50:01 +00:00
web/donate: reduce text padding on mobile
This commit is contained in:
parent
80c26f712c
commit
98ac05ad86
1 changed files with 6 additions and 0 deletions
|
@ -60,4 +60,10 @@
|
||||||
#donate-text {
|
#donate-text {
|
||||||
padding: 0 24px;
|
padding: 0 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 535px) {
|
||||||
|
#donate-text {
|
||||||
|
padding: 0 6px;
|
||||||
|
}
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in a new issue