1
0
forked from orson/bachemap

fixed overflow and display of nav buttons, still ways to go

This commit is contained in:
Orson 2024-09-05 16:23:21 -06:00
parent 2d7d85b21b
commit 25f449c09f
3 changed files with 8 additions and 2 deletions

View File

@ -76,11 +76,17 @@ nav {
padding: 5px; padding: 5px;
z-index: 1000; z-index: 1000;
font-size: 110%; font-size: 110%;
overflow: hidden;
}
nav ul {
flex-wrap: wrap;
} }
nav ul li { nav ul li {
padding-top: 0; padding-top: 0;
padding-bottom: 0; padding-bottom: 0;
flex:1 1 auto;
} }
.leaflet-marker-icon { .leaflet-marker-icon {

View File

@ -24,7 +24,7 @@
<body class="" style="color: black;"> <body class="" style="color: black;">
<nav style="height: auto;"> <nav style="height: auto;">
<ul> <ul>
<a href="/"><li><h2 style="margin-bottom: 0;">El Bachemapa</h2></li></a> <a href="/"><li><h3 style="margin-bottom: 0;">Bachemapa</h3></li></a>
</ul> </ul>

View File

@ -11,7 +11,7 @@
<body style="background-color: rgb(205, 243, 148); color: black;overflow-y: scroll;"> <body style="background-color: rgb(205, 243, 148); color: black;overflow-y: scroll;">
<nav style="height: auto;"> <nav style="height: auto;">
<ul> <ul>
<a href="/"><li><h2 style="margin-bottom: 0;">El Bachemapa</h2></li></a> <a href="/"><li><h3 style="margin-bottom: 0;">Bachemapa</h3></li></a>
</ul> </ul>