feat: allow showcasing featured projects on homepage (#297)

This commit is contained in:
Óscar
2024-04-23 17:59:35 +02:00
committed by GitHub
parent 7ef74a8f53
commit e7172a0432
28 changed files with 174 additions and 26 deletions

View File

@@ -72,6 +72,18 @@
font-size: 1.3rem;
}
#all-projects {
margin-top: 2rem;
}
.posts-first #featured-projects {
margin-top: 4rem;
}
.projects-first #all-projects {
margin-bottom: 4rem;
}
@media only screen and (max-width: 1100px) {
.bloglist-row {
flex-direction: column;