Skip to content

Commit

Permalink
fix: adapt the collection module styles to accomodate a mobile Global…
Browse files Browse the repository at this point in the history
…Header
  • Loading branch information
tyreer authored and Robert Tyree committed Aug 15, 2020
1 parent 3b46f45 commit 16f614f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/pages/collection.module.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
.collection-page {
height: auto;
overflow: hidden;
position: relative;
}

Expand Down Expand Up @@ -28,7 +27,7 @@
position: absolute;
left: 0;
content: "";
height: 10000px;
height: 100vh;
background-color: var(--color-neutrals-100);
width: 100%;
transform: skewY(-2deg) translateY(-70px);
Expand Down

0 comments on commit 16f614f

Please sign in to comment.