Fix font size of title
Some checks failed
Bump deps (only minor versions) / ci (push) Failing after 15s

This commit is contained in:
0d0 2025-02-25 00:58:43 +01:00
parent 3a5b705d5f
commit c8648b5cfe

View file

@ -104,7 +104,7 @@
</svg>
</button>
<h3 id="title" class="mb-6 text-center text-[#00e5ff]">🐙 Scaricatore 🐙</h3>
<p id="title" class="mb-6 text-center text-[#00e5ff]">🐙 Scaricatore 🐙</p>
<form class="space-y-6">
<!-- Source Selection -->
<fieldset class="space-y-4">
@ -274,7 +274,7 @@
}
#title {
font-size: 24px;
font-size: 18px;
}
#btn-download {