Lines 313-318
Link Here
|
313 |
} |
313 |
} |
314 |
} |
314 |
} |
315 |
|
315 |
|
|
|
316 |
@media only screen and ( min-width: 767px ) { |
317 |
#shelfbrowser { |
318 |
.shelfbrowser-inner { |
319 |
grid-template-columns: repeat(5, 1fr); |
320 |
} |
321 |
} |
322 |
} |
323 |
|
316 |
@media only screen and ( max-width: 767px ) { |
324 |
@media only screen and ( max-width: 767px ) { |
317 |
/* Screens below 767 pixels wide */ |
325 |
/* Screens below 767 pixels wide */ |
318 |
a { |
326 |
a { |
Lines 341-351
Link Here
|
341 |
display: block; |
349 |
display: block; |
342 |
} |
350 |
} |
343 |
} |
351 |
} |
344 |
|
|
|
345 |
.shelfbrowser-inner { |
346 |
grid-template-columns: repeat(4, 1fr) !important; |
347 |
} |
348 |
|
349 |
} |
352 |
} |
350 |
|
353 |
|
351 |
@media only screen and ( max-width: 800px ) { |
354 |
@media only screen and ( max-width: 800px ) { |
Lines 535-540
Link Here
|
535 |
} |
538 |
} |
536 |
} |
539 |
} |
537 |
|
540 |
|
|
|
541 |
@media only screen and ( min-width: 1040px ) { |
542 |
#shelfbrowser { |
543 |
.shelfbrowser-inner { |
544 |
grid-template-columns: repeat(7, 1fr); |
545 |
} |
546 |
} |
547 |
} |
548 |
|
538 |
@media only screen and ( max-width: 1100px ) { |
549 |
@media only screen and ( max-width: 1100px ) { |
539 |
.cartlabel, |
550 |
.cartlabel, |
540 |
.cookieconsentlabel, |
551 |
.cookieconsentlabel, |