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;
|
||||
grid-template-columns: repeat(auto-fit, 200px);
|
||||
gap: 4px;
|
||||
/* justify-items: center; */
|
||||
/* align-items: normal; */
|
||||
/* max-width: 1400px; */
|
||||
margin: auto auto;
|
||||
justify-content: center;
|
||||
margin: auto;
|
||||
padding: 40px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user