forked from orson/bachemap
fixed overflow and display of nav buttons, still ways to go
This commit is contained in:
parent
2d7d85b21b
commit
25f449c09f
@ -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 {
|
||||
|
||||
@ -24,7 +24,7 @@
|
||||
<body class="" style="color: black;">
|
||||
<nav style="height: auto;">
|
||||
<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>
|
||||
|
||||
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
<body style="background-color: rgb(205, 243, 148); color: black;overflow-y: scroll;">
|
||||
<nav style="height: auto;">
|
||||
<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>
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user