Compare commits

...

2 Commits

Author SHA1 Message Date
ee96d04708 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
2025-08-28 13:21:38 +02:00
b84d0b4d2c Merge pull request 'Next version changes' (#8) from dev into master
All checks were successful
Build and Deploy Zola Website / build_and_deploy (push) Successful in 17s
Reviewed-on: #8
2025-08-28 13:14:55 +02:00

View File

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