diff --git a/resources/public/css/style.css b/resources/public/css/style.css index de8c37f..4beb199 100644 --- a/resources/public/css/style.css +++ b/resources/public/css/style.css @@ -5,10 +5,6 @@ body { padding-bottom: 4em; } -div#app { - margin-left: 10%; -} - footer { clear: both; font-size: smaller; @@ -33,7 +29,6 @@ footer a { h1, h2, h3, h4, h5, h6 { - width: 100%; margin: 0; padding: 0.5em 10%; text-align: left; @@ -45,6 +40,14 @@ samp { background-color: #b0b0ff; } +#app { + margin-left: 10%; +} + +#app h2 { + width: 60%; +} + #error { background-color: maroon; @@ -60,3 +63,7 @@ samp { margin: 0px; padding-left: 10%; } + +.leaflet-popup-content h5 { + width: 80%; +} diff --git a/resources/public/index.html b/resources/public/index.html index d70e493..48d4385 100644 --- a/resources/public/index.html +++ b/resources/public/index.html @@ -21,6 +21,15 @@ crossorigin=""/ -->
+
+@@ -71,7 +80,31 @@ crossorigin="">