fix(home.scss): improve mobile responsiveness for latest projects
All checks were successful
Build and Deploy Zola Website / build_and_deploy (push) Successful in 16s
Build Zola Website / build (pull_request) Has been skipped

This commit is contained in:
2025-08-28 13:21:38 +02:00
parent b84d0b4d2c
commit ee96d04708

View File

@@ -57,6 +57,7 @@
} }
.latest-projects-posts .project { .latest-projects-posts .project {
margin: 1rem 5%; margin: 1rem 5%;
max-width: 90%;
} }
} }