fix: use 100% instead of 100vw

This commit is contained in:
James Harris 2020-08-03 21:48:21 +01:00
parent 318d830628
commit 7c8aa3dba5

View file

@ -63,7 +63,7 @@
margin-bottom: 1rem;
}
img {
min-width: 100vw;
min-width: 100%;
height: auto;
}
select,