BraydenMoore commited on
Commit
575de5a
1 Parent(s): 91a216a

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +3 -3
templates/index.html CHANGED
@@ -69,15 +69,15 @@
69
  }
70
  .map-div {
71
  position: relative;
72
- width: 100%;
73
- height: 50%;
74
  margin-top: 3%;
75
  margin-bottom: 3%;
76
  box-sizing: border-box;
77
  }
78
  .info {
79
  transition: 0.3s;
80
- min-width: 30vw;
81
  display: flex;
82
  flex-direction: column;
83
  align-items: flex-start;
 
69
  }
70
  .map-div {
71
  position: relative;
72
+ width: 620px;
73
+ height: 350px;
74
  margin-top: 3%;
75
  margin-bottom: 3%;
76
  box-sizing: border-box;
77
  }
78
  .info {
79
  transition: 0.3s;
80
+ min-width: 620px;
81
  display: flex;
82
  flex-direction: column;
83
  align-items: flex-start;