|
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 534-539
Link Here
|
| 534 |
} |
537 |
} |
| 535 |
} |
538 |
} |
| 536 |
|
539 |
|
|
|
540 |
@media only screen and ( min-width: 1040px ) { |
| 541 |
#shelfbrowser { |
| 542 |
.shelfbrowser-inner { |
| 543 |
grid-template-columns: repeat(7, 1fr); |
| 544 |
} |
| 545 |
} |
| 546 |
} |
| 547 |
|
| 537 |
@media only screen and ( max-width: 1100px ) { |
548 |
@media only screen and ( max-width: 1100px ) { |
| 538 |
.cartlabel, |
549 |
.cartlabel, |
| 539 |
.listslabel, |
550 |
.listslabel, |