mirror of
https://github.com/romancm/gamebrary
synced 2024-11-30 23:09:14 +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;
|
position: relative;
|
||||||
width: calc(300px + 1rem);
|
width: calc(300px + 1rem);
|
||||||
|
|
||||||
|
@media(max-width: 400px) {
|
||||||
|
width: calc(100vw - calc(68px + .5rem));
|
||||||
|
}
|
||||||
|
|
||||||
&.unique {
|
&.unique {
|
||||||
@media(max-width: 400px) {
|
@media(max-width: 400px) {
|
||||||
width: calc(100vw - calc(58px + .5rem));
|
width: calc(100vw - calc(58px + .5rem));
|
||||||
|
|
Loading…
Reference in a new issue