Change title size

This commit is contained in:
0d0 2025-02-07 01:50:38 +01:00
parent 4d9bb7ebe2
commit 1bb3fd8e6d

View file

@ -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>