Increase spacing between groups on mobile devices (#8)

This commit is contained in:
Ivan R. 2023-07-21 09:56:07 +05:00
parent 81b7e6f896
commit d6d38d2fbe
No known key found for this signature in database
GPG key ID: 56C7BAAE859B302C

View file

@ -1,5 +1,5 @@
.page {
padding: 2em 1em;
padding: 2em 1.5em;
}
.row {
@ -14,7 +14,7 @@
}
h2 {
margin-top: 0;
margin-top: 14px;
}
div > a {