diff --git a/css/main.css b/css/main.css index 17b029f..7f09724 100644 --- a/css/main.css +++ b/css/main.css @@ -2,7 +2,7 @@ html, body { margin: 0; padding: 0; - font-family: 'Ubuntu Mono', monospace; + font-family: Roboto, Arial, sans-serif; } #map { @@ -42,7 +42,6 @@ body { font-weight: bold; margin: 10px 0 12px 8px; height: 48px; - line-height: 100%; } .filter { @@ -80,6 +79,10 @@ body { } @media screen and (orientation:portrait) { + .title { + line-height: 100%; + } + .sideBar { width: calc(100% - 45px); } diff --git a/index.html b/index.html index 24b1fc5..e7e46e4 100644 --- a/index.html +++ b/index.html @@ -2,13 +2,19 @@
+ - + +