Spaces:
Running
Running
malteos
commited on
Commit
•
b91c95b
1
Parent(s):
17fd582
responsive + full screen
Browse files
style.css
CHANGED
@@ -146,10 +146,10 @@ li {
|
|
146 |
|
147 |
@media only screen and (min-width: 768px) {
|
148 |
#map {
|
149 |
-
height: calc(100% -
|
150 |
-
top:
|
151 |
}
|
152 |
#header {
|
153 |
-
height:
|
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 |
}
|