Skip to content

Commit

Permalink
homepage spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabricius Seifert committed May 2, 2024
1 parent 7547c9e commit 1e816ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/explore/pages/HomePage.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.e_HomePage {
max-width: calc(1000px + var(--outer-space) * 2);
padding: 0 var(--outer-space);
margin: 0 auto;
margin: 3rem auto 0;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 1rem;
Expand Down

0 comments on commit 1e816ef

Please sign in to comment.