Unverified Commit d575928e authored by Paul Kaplan's avatar Paul Kaplan Committed by GitHub

Merge pull request #5646 from paulkaplan/fix-studio-grid-spacing

Make column and row gaps the same on studio tile grids
parents 90d7b0c5 547f5b95
...@@ -260,7 +260,7 @@ $radius: 8px; ...@@ -260,7 +260,7 @@ $radius: 8px;
@media #{$intermediate-and-smaller} { @media #{$intermediate-and-smaller} {
& { grid-template-columns: repeat(2, minmax(0,1fr)); } & { grid-template-columns: repeat(2, minmax(0,1fr)); }
} }
column-gap: 30px; column-gap: 20px;
row-gap: 20px; row-gap: 20px;
.studio-projects-load-more { .studio-projects-load-more {
...@@ -335,7 +335,7 @@ $radius: 8px; ...@@ -335,7 +335,7 @@ $radius: 8px;
@media #{$intermediate-and-smaller} { @media #{$intermediate-and-smaller} {
& { grid-template-columns: repeat(2, minmax(0,1fr)); } & { grid-template-columns: repeat(2, minmax(0,1fr)); }
} }
column-gap: 30px; column-gap: 20px;
row-gap: 20px; row-gap: 20px;
.studio-members-load-more { .studio-members-load-more {
grid-column: 1 / -1; 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