fix(home.scss): add margin to latest projects posts on mobile devices

This commit is contained in:
2025-08-27 17:13:05 +02:00
parent f328bcbb54
commit 477c31ca4f

View File

@@ -52,5 +52,8 @@
#pgpmobile { #pgpmobile {
display: inline-block; display: inline-block;
} }
.latest-projects-posts .project {
margin: 1rem 5%;
}
} }