fix: gallery styles centering issue; remove unnecessary CSS properties for cleaner layout
All checks were successful
CI / build (push) Successful in 1m3s

This commit is contained in:
2025-07-25 16:17:47 +00:00
parent 074f1ad2fd
commit 691630e632

View File

@@ -24,10 +24,8 @@ h1 {
display: grid; display: grid;
grid-template-columns: repeat(auto-fit, 200px); grid-template-columns: repeat(auto-fit, 200px);
gap: 4px; gap: 4px;
/* justify-items: center; */ justify-content: center;
/* align-items: normal; */ margin: auto;
/* max-width: 1400px; */
margin: auto auto;
padding: 40px; padding: 40px;
} }