BraydenMoore commited on
Commit
53eeb73
·
1 Parent(s): 916b108

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +2 -2
templates/index.html CHANGED
@@ -56,8 +56,8 @@
56
  border-width: 1px;
57
  border-color: yellow;
58
  margin-right: 3%;
59
- max-width: 100%;
60
- height: auto;
61
  }
62
 
63
  .map-div {
 
56
  border-width: 1px;
57
  border-color: yellow;
58
  margin-right: 3%;
59
+ width: 100%;
60
+ object-fit: contain; /* New line */
61
  }
62
 
63
  .map-div {