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

This commit is contained in:
fr
2025-08-27 19:28:14 +02:00
parent f328bcbb54
commit 477c31ca4f
+3
View File
@@ -52,5 +52,8 @@
#pgpmobile {
display: inline-block;
}
.latest-projects-posts .project {
margin: 1rem 5%;
}
}