web/about: move bottom margin to section

This commit is contained in:
wukko 2024-08-25 16:53:51 +06:00
parent 685f8cb65e
commit 83f1744508
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -80,6 +80,10 @@
padding: 0 12px;
}
#crypto {
margin-bottom: 12px;
}
#crypto-section-header {
display: flex;
align-items: center;
@ -97,7 +101,6 @@
display: grid;
grid-template-columns: 1fr 1fr;
gap: 10px;
margin-bottom: 12px;
}
@media screen and (max-width: 760px) {