diff --git a/static/styles.css b/static/styles.css index 0a3d064..eec6b36 100644 --- a/static/styles.css +++ b/static/styles.css @@ -76,11 +76,17 @@ nav { padding: 5px; z-index: 1000; font-size: 110%; + overflow: hidden; +} + +nav ul { + flex-wrap: wrap; } nav ul li { padding-top: 0; padding-bottom: 0; + flex:1 1 auto; } .leaflet-marker-icon { diff --git a/templates/base.html b/templates/base.html index d0f549b..890e1d3 100644 --- a/templates/base.html +++ b/templates/base.html @@ -24,7 +24,7 @@