mirror of
https://github.com/chrislgarry/Apollo-11.git
synced 2025-02-15 17:14:38 +00:00
fix: use 100% instead of 100vw
This commit is contained in:
parent
318d830628
commit
7c8aa3dba5
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@
|
|||
margin-bottom: 1rem;
|
||||
}
|
||||
img {
|
||||
min-width: 100vw;
|
||||
min-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
select,
|
||||
|
|
Loading…
Add table
Reference in a new issue