forked from orson/bachemap
fixed some UI stuffs
This commit is contained in:
parent
388754c1d6
commit
2d7d85b21b
@ -4,6 +4,7 @@ body, html {
|
||||
padding: 0px;
|
||||
overflow: hidden;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
h1 {
|
||||
@ -34,7 +35,9 @@ form p {
|
||||
main {
|
||||
margin:0;
|
||||
padding:0;
|
||||
position: relative;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
div.leaflet-popup-content {
|
||||
|
||||
@ -21,7 +21,7 @@
|
||||
<link href="{{ url_for('static', filename='MarkerCluster.Default.css')}}">
|
||||
|
||||
</head>
|
||||
<body style="color: black;">
|
||||
<body class="" style="color: black;">
|
||||
<nav style="height: auto;">
|
||||
<ul>
|
||||
<a href="/"><li><h2 style="margin-bottom: 0;">El Bachemapa</h2></li></a>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user