Refactor gallery styles for improved layout; adjust margin and padding for better responsiveness
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:
@@ -24,11 +24,11 @@ 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-items: center; */
|
||||||
align-items: start;
|
/* align-items: normal; */
|
||||||
/* max-width: 1400px; */
|
/* max-width: 1400px; */
|
||||||
margin: auto 10rem;
|
margin: auto auto;
|
||||||
padding: 0 1rem;
|
padding: 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user