make list fluid for smaller devices

This commit is contained in:
Gamebrary 2021-02-02 22:34:42 -07:00
parent 70a2f1b2bf
commit 0e78e65e5a

View file

@ -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));