fix view sample projects
Build and Deploy Docker / build (push) Successful in 56s
Build and Deploy Docker / deploy (push) Successful in 19s

This commit is contained in:
2026-08-04 23:02:05 +02:00
parent 48c47bffe1
commit bc9e6840a0
+1 -1
View File
@@ -253,7 +253,7 @@ a { color: inherit; text-decoration: none; }
.projects-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
gap: 22px;
}
.project {