fix nomifilelunghi

This commit is contained in:
scossa 2024-08-20 23:32:28 +02:00
parent c1350314eb
commit 383e111c19
2 changed files with 5 additions and 3 deletions

View file

@ -45,10 +45,10 @@ body {
position: absolute;
margin-left: auto;
margin-right: auto;
left:0;
right: 0;
left:500px;
right: 500px;
text-align: center;
width: 262px;
width: fit-content;
background-color: white;
}

View file

@ -29,9 +29,11 @@
</div>
<div id="remainingForm" style="display: none;">
<label>Nome</label>
<br>
<input name="name" required type="text" />
<br><br>
<label>Descrizione</label>
<br>
<textarea name="description" required></textarea>
<br><br>
<div class="file-upload">