mirror of
https://github.com/xzeldon/zeldon-site.git
synced 2025-04-06 05:17:08 +03:00
refactor: reduced grid-gap value
This commit is contained in:
parent
68fa250926
commit
ba5b63f719
@ -91,7 +91,7 @@
|
|||||||
margin-top: 1.5em;
|
margin-top: 1.5em;
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-auto-flow: column;
|
grid-auto-flow: column;
|
||||||
grid-gap: 1em;
|
grid-gap: 0.3em;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user