1
0
forked from orson/bachemap

fixed some UI stuffs

This commit is contained in:
Orson 2024-09-05 16:04:32 -06:00
parent 388754c1d6
commit 2d7d85b21b
2 changed files with 5 additions and 2 deletions

View File

@ -4,6 +4,7 @@ body, html {
padding: 0px; padding: 0px;
overflow: hidden; overflow: hidden;
height: 100%; height: 100%;
width: 100%;
} }
h1 { h1 {
@ -34,7 +35,9 @@ form p {
main { main {
margin:0; margin:0;
padding:0; padding:0;
position: relative; position: absolute;
top: 0;
left: 0;
} }
div.leaflet-popup-content { div.leaflet-popup-content {

View File

@ -21,7 +21,7 @@
<link href="{{ url_for('static', filename='MarkerCluster.Default.css')}}"> <link href="{{ url_for('static', filename='MarkerCluster.Default.css')}}">
</head> </head>
<body 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><h2 style="margin-bottom: 0;">El Bachemapa</h2></li></a>