mirror of
https://github.com/romancm/gamebrary
synced 2024-11-28 06:00:22 +00:00
make list fluid for smaller devices
This commit is contained in:
parent
70a2f1b2bf
commit
0e78e65e5a
1 changed files with 4 additions and 0 deletions
|
@ -265,6 +265,10 @@ export default {
|
|||
position: relative;
|
||||
width: calc(300px + 1rem);
|
||||
|
||||
@media(max-width: 400px) {
|
||||
width: calc(100vw - calc(68px + .5rem));
|
||||
}
|
||||
|
||||
&.unique {
|
||||
@media(max-width: 400px) {
|
||||
width: calc(100vw - calc(58px + .5rem));
|
||||
|
|
Loading…
Reference in a new issue