Commit 547f5b95 authored by Paul Kaplan's avatar Paul Kaplan

Make column and row gaps the same

parent 03ce4470
......@@ -260,7 +260,7 @@ $radius: 8px;
@media #{$intermediate-and-smaller} {
& { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
column-gap: 30px;
column-gap: 20px;
row-gap: 20px;
.studio-projects-load-more {
......@@ -335,7 +335,7 @@ $radius: 8px;
@media #{$intermediate-and-smaller} {
& { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
column-gap: 30px;
column-gap: 20px;
row-gap: 20px;
.studio-members-load-more {
grid-column: 1 / -1;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment