mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 12:50:01 +00:00
web/donate: reduce bottom margin
This commit is contained in:
parent
481697ea12
commit
a8330b25fa
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 1fr 1fr;
|
grid-template-columns: 1fr 1fr;
|
||||||
gap: 10px;
|
gap: 10px;
|
||||||
margin-bottom: 2em;
|
margin-bottom: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 760px) {
|
@media screen and (max-width: 760px) {
|
||||||
|
|
Loading…
Reference in a new issue