2121 < meta content ="width=device-width, initial-scale=1.0 " name ="viewport ">
2222</ head >
2323
24- < body class ="relative flex justify-center flex-col h-dvh w-full ">
25- < div class ="relative sm:flex sm:flex-row w-full h-dvh overflow-hidden ">
26- < div class ="h-dvh flex flex-col w-full xs:w-5/12 sm:w-6/12 md:w-7/12 lg:w-8/12 xl:w-9/12 ">
27- < div id ="map " class ="h-[95dvh] w-full "> </ div >
24+ < body class ="min-h-screen w-full bg-white text-gray-900 ">
25+ < div class ="relative flex h-dvh w-full flex-col overflow-hidden md:flex-row ">
26+ < div id ="mapContainer "
27+ class ="order-2 flex min-h-[45dvh] w-full flex-1 flex-col md:order-1 md:h-full md:min-h-0 md:flex-1 ">
28+ < div id ="map " class ="relative h-full w-full "> </ div >
2829 < footer
29- class ="grow w-full bg-gray-200 border-t md: border-t border-gray-300 text-sm flex justify-center items-center ">
30+ class ="flex w-full items-center justify-center border-t border-gray-300 bg-gray-200 px-4 py-3 text-sm md:border-none ">
3031 < a class ="inline-block text-gray-700 hover:text-blue-800 focus:text-blue-800 "
31- href ="./impressum.html "> Impressum</ a > < span class ="inline-block text-gray-700 px-3 "> |</ span > < a
32+ href ="./impressum.html "> Impressum</ a > < span class ="inline-block px-3 text-gray-700 "> |</ span > < a
3233 class ="inline-block text-gray-700 hover:text-blue-800 focus:text-blue-800 "
3334 href ="./impressum.html#privacypolicy "> Datenschutzerklärung</ a > < span
34- class ="inline-block text-gray-700 px-3 "> |</ span > < a
35+ class ="inline-block px-3 text-gray-700 "> |</ span > < a
3536 class ="inline-block text-gray-700 hover:text-blue-800 focus:text-blue-800 " href ="./lizenz.html "> Lizenz</ a >
3637 </ footer >
3738 </ div >
3839
3940 < div id ="sidebar "
40- class ="absolute left-0 bottom -0 max-h-[45dvh] sm:max-h-dvh sm:block sm :relative w-full xs:w-7/12 sm:w-6/12 md:w-5/12 lg:w-4/12 xl:w-3/12 overflow-scroll bg-gray-100 z-1200 ">
41+ class ="order-1 relative bottom-0 left-0 right -0 z-50 flex max-h-[55dvh] flex-col overflow-y-auto border-b border-gray-300 bg-gray-100/95 px-3 pb-6 pt-4 shadow-lg transition-transform duration-300 ease-in-out md:order-2 md :relative md:bottom-auto md:left-auto md:right-auto md:top-auto md:h-full md:max-h-full md:w-96 md:border-b-0 md:border-l md: bg-gray-100 md:px-6 md:py-8 md:shadow-none lg:w-[28rem] ">
4142 < div id ="sidebarCloseWrapper " class ="absolute right-3 top-3 z-1300 sm:hidden ">
4243 < a id ="sidebarCloseButton "
4344 class ="flex justify-center items-center relative inline-block shadow-md bg-gray-200 text-sky-900 hover:bg-gray-300 focus:bg-gray-300 active:bg-gray-300 rounded-full w-8 h-8 cursor-pointer font-bold "
5051 </ a >
5152 </ div >
5253
53- < div id ="sidebarHeader " class ="py-2 px-3 mb-4 lg:mb-8 ">
54- < h1 class ="tracking-normal leading-normal font-bold text-2xl md:text-3xl lg:text-4xl mb-1 "> Digitale Denkmalkarte
54+ < div id ="sidebarHeader " class ="mb-4 lg:mb-8 ">
55+ < h1 class ="mb-1 text-2xl font-bold leading-normal tracking-normal md:text-3xl lg:text-4xl "> Digitale Denkmalkarte
5556 </ h1 >
56- < h2 > < a href ="/ " class ="text-xl md: text-2xl text- gray-700 hover:text-blue-700 focus:text-blue-800 "
57- title ="Stadtplan Schleswig-Holstein "> Open Data Schleswig-Holstein</ a > </ h2 >
57+ < h2 > < a href ="/ " class ="text-xl text-gray-700 hover:text-blue-700 focus:text-blue-800 md:text-2xl "
58+ title ="Stadtplan Schleswig-Holstein "> Open Data für Schleswig-Holstein</ a > </ h2 >
5859 </ div >
5960
60- < div class ="mt-3 md:mt-6 py-2 px-3 " id ="about ">
61+ < div class ="mt-3 md:mt-6 " id ="about ">
6162 < form id ="geoLocation " enctype ="application/x-www-form-urlencoded ">
62- < div class ="mx-3 mb-8 ">
63+ < div class ="mb-8 ">
6364 < label class ="relative inline-flex items-center cursor-pointer ">
6465 < input type ="checkbox " name ="myLocation " value ="true " class ="sr-only peer ">
6566 < div
@@ -97,7 +98,7 @@ <h3 class="font-bold text-xl md:text-2xl mb-1">Open Source und frei nutzbar</h3>
9798 </ div >
9899
99100 < div id ="sidebarContent "
100- class ="relative bg-white border border-slate-300 leading-normal lg:text-lg m-3 rounded text-black text-md hidden ">
101+ class ="relative m-0 hidden rounded border border-slate-300 bg-white text-md leading-normal lg:text-lg md:m-0 md:mt-4 ">
101102 < style >
102103 # detailImage {
103104 display : none;
@@ -116,4 +117,4 @@ <h3 class="font-bold text-xl md:text-2xl mb-1">Open Source und frei nutzbar</h3>
116117 < script type ="module " src ="./main.js "> </ script >
117118</ body >
118119
119- </ html >
120+ </ html >
0 commit comments