Skip to content

Commit

Permalink
fixed shelf clipping bug on large screen sizes (#1089)
Browse files Browse the repository at this point in the history
changed it to be a percentage over 1500px screen width
  • Loading branch information
JeremyRudman authored Jan 5, 2021
1 parent cecbc8a commit bd81991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sass/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ nav {
#shelf {
position: absolute;
width: 100%;
height: 250px;
height: 25%;
left: 0;
right: 0;
bottom: -20px; // Crop SVG slightly
Expand Down

0 comments on commit bd81991

Please sign in to comment.