Refactor gallery styles for improved layout; adjust grid template columns and reduce gap size
All checks were successful
CI / build (push) Successful in 32s
All checks were successful
CI / build (push) Successful in 32s
This commit is contained in:
@@ -17,8 +17,8 @@ h1 {
|
|||||||
|
|
||||||
#gallery {
|
#gallery {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
|
grid-template-columns: repeat(auto-fit, 200px);
|
||||||
gap: 22px;
|
gap: 4px;
|
||||||
justify-items: center;
|
justify-items: center;
|
||||||
align-items: start;
|
align-items: start;
|
||||||
/* max-width: 1400px; */
|
/* max-width: 1400px; */
|
||||||
|
|||||||
Reference in New Issue
Block a user