malteos commited on
Commit
b91c95b
1 Parent(s): 17fd582

responsive + full screen

Browse files
Files changed (1) hide show
  1. style.css +3 -3
style.css CHANGED
@@ -146,10 +146,10 @@ li {
146
 
147
  @media only screen and (min-width: 768px) {
148
  #map {
149
- height: calc(100% - 150px - 10px);
150
- top: 150px;
151
  }
152
  #header {
153
- height: 150px;
154
  }
155
  }
 
146
 
147
  @media only screen and (min-width: 768px) {
148
  #map {
149
+ height: calc(100% - 130px - 10px);
150
+ top: 130px;
151
  }
152
  #header {
153
+ height: 130px;
154
  }
155
  }