Update project grid spacing
This commit is contained in:
parent
1b29a6de77
commit
a12049e717
|
|
@ -1,6 +1,6 @@
|
||||||
.project-grid {
|
.project-grid {
|
||||||
grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
|
grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
|
||||||
gap: 1rem;
|
gap: 1.5rem 1rem;
|
||||||
display: grid;
|
display: grid;
|
||||||
}
|
}
|
||||||
.project-grid > li {
|
.project-grid > li {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue