Skip to content

Commit 830ecf4

Browse files
committed
Move tailwind style block inside body
1 parent 9827cb2 commit 830ecf4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ <h1 class="text-6xl text-center drop-shadow-[0_1.2px_1.2px_rgba(0,0,0,0.8)]">$ti
7777
loading="lazy"
7878
data-recalc-dims="1"
7979
/></a>
80-
</body>
8180
<style type="text/tailwindcss">
8281
h2 {
8382
@apply text-2xl;
@@ -95,4 +94,5 @@ <h1 class="text-6xl text-center drop-shadow-[0_1.2px_1.2px_rgba(0,0,0,0.8)]">$ti
9594
@apply dark:text-white p-3 relative dark:bg-black/50 bg-white/90 backdrop-blur w-full max-w-[1024px] drop-shadow-2xl shadow-inner align-text-bottom rounded-3xl border-2 border-slate-700 space-y-4;
9695
}
9796
</style>
97+
</body>
9898
</html>

0 commit comments

Comments
 (0)