fix(home.scss): prevent project content from breaking on large screens
All checks were successful
Build and Deploy Zola Website / build_and_deploy (push) Successful in 17s
Build Zola Website / build (pull_request) Has been skipped

- Fixes layout issues on higher resolutions where content stretched incorrectly
This commit is contained in:
2025-08-28 13:09:39 +02:00
parent cedca87a54
commit ff9e76676d

View File

@@ -35,7 +35,9 @@
.project {
display: flex;
flex-direction: column;
margin: 1rem 30%;
margin: 1rem 0;
width: 100%;
max-width: 40%;
gap: 1rem;
.title {
font-size: 1.2rem;