Skip to content

Commit

Permalink
More wip. The date selectors almost work.
Browse files Browse the repository at this point in the history
  • Loading branch information
metasyn authored and Xander Johnson committed Feb 20, 2018
1 parent 864fb56 commit 3115f4a
Show file tree
Hide file tree
Showing 5 changed files with 324 additions and 328 deletions.
8 changes: 5 additions & 3 deletions src/css/stylish.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,8 @@ body {
grid-template-columns: 25% 25%;
grid-auto-flow: column;
grid-auto-columns: 50% 50%;
margin-left: 50px;
}


/* Mapbox GL Stuff */

.mapboxgl-popup {
Expand Down Expand Up @@ -212,7 +210,7 @@ body {

/* Media */

@media only screen and (max-device-width: 480px) {
@media only screen and (max-device-width: 580px) {

.mapboxgl-control-container {
display: none;
Expand All @@ -237,6 +235,10 @@ body {
transition: 0.5s;
}

#date-selector-container {
grid-template-columns: unset;
}

.map-overlay .closebtn {
position: absolute;
display: block;
Expand Down
Loading

0 comments on commit 3115f4a

Please sign in to comment.