Fix font size of title
Some checks failed
Bump deps (only minor versions) / ci (push) Failing after 15s
Some checks failed
Bump deps (only minor versions) / ci (push) Failing after 15s
This commit is contained in:
parent
3a5b705d5f
commit
c8648b5cfe
1 changed files with 2 additions and 2 deletions
|
@ -104,7 +104,7 @@
|
||||||
</svg>
|
</svg>
|
||||||
</button>
|
</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">
|
<form class="space-y-6">
|
||||||
<!-- Source Selection -->
|
<!-- Source Selection -->
|
||||||
<fieldset class="space-y-4">
|
<fieldset class="space-y-4">
|
||||||
|
@ -274,7 +274,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#title {
|
#title {
|
||||||
font-size: 24px;
|
font-size: 18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#btn-download {
|
#btn-download {
|
||||||
|
|
Loading…
Add table
Reference in a new issue