web/donate: reduce text padding on mobile
This commit is contained in:
@@ -60,4 +60,10 @@
|
||||
#donate-text {
|
||||
padding: 0 24px;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 535px) {
|
||||
#donate-text {
|
||||
padding: 0 6px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user