fix: gallery styles centering issue; remove unnecessary CSS properties for cleaner layout
All checks were successful
CI / build (push) Successful in 1m3s
All checks were successful
CI / build (push) Successful in 1m3s
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user