💄 style: standarise margin in projects and archive

This commit is contained in:
welpo 2023-06-21 15:42:31 +02:00
parent 5bdb8045a6
commit da3882294c
No known key found for this signature in database
GPG Key ID: A2F978CF4EC1F5A6
2 changed files with 3 additions and 0 deletions

View File

@ -1,4 +1,6 @@
.archive {
margin-top: 4vmin;
.listing-title {
font-size: 1.5rem;
margin-bottom: 1rem;

View File

@ -4,6 +4,7 @@
grid-template-rows: auto;
gap: 24px;
padding: 12px 0;
margin-top: 4vmin;
}
.card {