Skip to content

Commit

Permalink
add hidden class to avoid initial layout shitft
Browse files Browse the repository at this point in the history
  • Loading branch information
p3t3r67x0 committed Feb 17, 2024
1 parent 4e3eb79 commit 81517e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<h1 class="tracking-normal leading-normal font-bold text-2xl md:text-3xl lg:text-4xl mb-1">Baumkataster</h1>
<h2><a href="/" class="text-xl md:text-2xl text-gray-700 hover:text-blue-700 focus:text-blue-800" title="Stadtplan Flensburg">Stadtplan Flensburg</a></h2>
</div>
<div class="bg-white border border-slate-300 leading-normal lg:mb-6 lg:text-lg mb-3 mx-3 p-3 rounded text-black text-md" id="details">
<div class="bg-white border border-slate-300 leading-normal lg:mb-6 lg:text-lg mb-3 mx-3 p-3 rounded text-black text-md hidden" id="details">
<ul id="detailList"></ul>
</div>
<form id="form" enctype="application/x-www-form-urlencoded">
Expand Down

0 comments on commit 81517e6

Please sign in to comment.