Skip to content

Commit

Permalink
expand content width
Browse files Browse the repository at this point in the history
  • Loading branch information
maphouse authored Aug 29, 2024
1 parent c9b5e25 commit 6542b2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ video {
}

.content {
grid-column: 2 / -2;
grid-column: 1 / -1;
scroll-behavior: smooth;
display: grid;
grid-template-columns: repeat(2, minmax(25vw, max-content));
Expand All @@ -292,7 +292,7 @@ video {
}

.posts-overview-container {
grid-column: 2 / -2;
grid-column: 1 / -1;
scroll-behavior: smooth;
display: grid;
grid-row-gap: 5vh;
Expand Down

0 comments on commit 6542b2a

Please # to comment.