fix some spacing issues

This commit is contained in:
simon 2021-12-13 10:57:29 +07:00
parent 3df9a53a24
commit 8f7179ad0c
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4

View File

@ -259,7 +259,7 @@ button:hover {
/* top of page */ /* top of page */
.title-bar { .title-bar {
padding: 20px 0; padding-top: 30px;
} }
.sort { .sort {
@ -480,6 +480,7 @@ button:hover {
.info-box { .info-box {
display: grid; display: grid;
grid-gap: 1rem; grid-gap: 1rem;
margin-top: 1rem;
} }
.description-box { .description-box {