Skip to content

Commit

Permalink
tightening up header spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanstephens committed Aug 29, 2015
1 parent bdc1d75 commit 2b5cbb6
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions css/main.css
@@ -1,8 +1,6 @@
@import url(http://fonts.googleapis.com/css?family=Lora);

.leaflet-control-container .leaflet-top.leaflet-left {
margin-top: 78px;
}
.leaflet-control-container .leaflet-top.leaflet-left { margin-top: 78px; }

input[type="range"] {
cursor: pointer;
Expand All @@ -18,7 +16,8 @@ body {

header {
background-color: hsl(169, 66%, 40%);
height: 40px;
height: 22px;
overflow: auto;
padding: 2px 20px;
}

Expand Down Expand Up @@ -58,7 +57,7 @@ header, header .mark {

.main-content {
position: absolute;
top: 40px;
top: 22px;
right: 0; bottom: 0; left: 0;
}

Expand All @@ -80,7 +79,7 @@ header, header .mark {
float: left;
padding: 12px 4px;
text-align: center;
width: 16%;
width: 16.666%;
}

.param-container label { display: block; }
Expand All @@ -91,6 +90,7 @@ header, header .mark {

@media (max-width: 840px) {
.param-container { font-size: 11px; }
.leaflet-control-container .leaflet-top.leaflet-left { margin-top: 74px; }
}

@media (max-width: 600px) {
Expand All @@ -103,10 +103,6 @@ header, header .mark {
}

@media (max-height: 420px) {
header { height: 22px; }
.main-content { top: 22px; }

header h1 {
font-size: 16px;
}
.param-container li { padding: 4px; }
.leaflet-control-container .leaflet-top.leaflet-left { margin-top: 62px; }
}

0 comments on commit 2b5cbb6

Please sign in to comment.