Change title size
This commit is contained in:
parent
4d9bb7ebe2
commit
1bb3fd8e6d
1 changed files with 5 additions and 1 deletions
|
@ -57,7 +57,7 @@
|
||||||
</svg>
|
</svg>
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
<h1 class="mb-6 text-center text-xl">🐙 Scaricatore 🐙</h1>
|
<h1 id='title' class="mb-6 text-center text-xl">🐙 Scaricatore 🐙</h1>
|
||||||
<form class="space-y-6" onsubmit={handleSubmit}>
|
<form class="space-y-6" onsubmit={handleSubmit}>
|
||||||
<!-- Source Selection -->
|
<!-- Source Selection -->
|
||||||
<fieldset class="space-y-4">
|
<fieldset class="space-y-4">
|
||||||
|
@ -195,4 +195,8 @@
|
||||||
select {
|
select {
|
||||||
font-family: inherit;
|
font-family: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#title {
|
||||||
|
font-size: 22px;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Add table
Reference in a new issue