🐛 fix: ensure spacing when all projects are shown

Fixes #303.
This commit is contained in:
welpo
2024-05-02 00:17:49 +02:00
parent 52cd0cfccd
commit 50123c09ef
3 changed files with 4 additions and 4 deletions

View File

@@ -80,8 +80,8 @@
margin-top: 4rem;
}
.projects-first #all-projects {
margin-bottom: 4rem;
.projects-first #posts-list {
margin-top: 4rem;
}
@media only screen and (max-width: 1100px) {