Tweaking img display for vehicle screen.

This commit is contained in:
Max Stevenson 2020-09-11 15:27:49 -05:00
parent 5734442835
commit b5dec8bb44
3 changed files with 2 additions and 3 deletions

View File

@ -1293,7 +1293,6 @@ body {
#island-img {
border: solid 0.1vw #3b6285;
object-fit: cover;
width: 100%;
height: 100%;
}

File diff suppressed because one or more lines are too long

View File

@ -31,7 +31,7 @@
#island-img {
border: solid 0.1vw #3b6285;
object-fit: cover;
// object-fit: cover;
width: 100%;
height: 100%;
}