fix(home.scss): add margin to latest projects posts on mobile devices
All checks were successful
Build and Deploy Zola Website / build_and_deploy (push) Successful in 15s
Build Zola Website / build (pull_request) Successful in 25s

This commit is contained in:
2025-08-27 17:13:05 +02:00
parent 0ff1fd050d
commit 593d5a04b9

View File

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