this should do it
All checks were successful
Bump deps (only minor versions) / ci (push) Successful in 26s
All checks were successful
Bump deps (only minor versions) / ci (push) Successful in 26s
This commit is contained in:
parent
fa24bc435d
commit
f2673d112b
1 changed files with 13 additions and 2 deletions
|
@ -104,7 +104,7 @@
|
|||
</svg>
|
||||
</button>
|
||||
|
||||
<h1 id="title" class="mb-6 text-center text-2xl text-[#00e5ff]">🐙 Scaricatore 🐙</h1>
|
||||
<h3 id="title" class="mb-6 text-center text-[#00e5ff]">🐙 Scaricatore 🐙</h3>
|
||||
<form class="space-y-6">
|
||||
<!-- Source Selection -->
|
||||
<fieldset class="space-y-4">
|
||||
|
@ -226,10 +226,21 @@
|
|||
|
||||
<style>
|
||||
* {
|
||||
font-size: 14px;
|
||||
font-family: 'Press Start 2P', cursive;
|
||||
}
|
||||
|
||||
@media (max-height: 1000px) {
|
||||
* {
|
||||
font-size: 10px;
|
||||
}
|
||||
}
|
||||
@media (min-width: 1024px) {
|
||||
* {
|
||||
font-size: 12px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
#loader {
|
||||
display: none;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue