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; position: absolute;
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
left:0; left:500px;
right: 0; right: 500px;
text-align: center; text-align: center;
width: 262px; width: fit-content;
background-color: white; background-color: white;
} }

View file

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