Skip to content

Commit 01d730f

Browse files
authored
fixed shelf clipping bug on large screen sizes (#1089)
changed it to be a percentage over 1500px screen width
1 parent f1c15bd commit 01d730f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sass/main.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ nav {
250250
#shelf {
251251
position: absolute;
252252
width: 100%;
253-
height: 250px;
253+
height: 25%;
254254
left: 0;
255255
right: 0;
256256
bottom: -20px; // Crop SVG slightly

0 commit comments

Comments
 (0)