change layout to make it a little more beautiful

This commit is contained in:
lukas fricke 2025-01-23 14:26:56 +01:00
parent 8294bc4f82
commit 796af580ac

View file

@ -99,15 +99,15 @@
</form>
<div id="organism" class="row align-items-end">
<div class="col" name="Length" >
<div class="col-5" name="Length" >
<label class = "form-label" for="org-length">Length [-]</label>
<input class="form-control" type="text" name="Length" id="org-length" value=0> </input>
</div>
<div class="col" name="Width">
<div class="col-4" name="Width">
<label class = "form-label" for="org-width">Width [-]</label>
<input class="form-control" type="text" name="Width" value=0 id="org-width"> </input>
</div>
<div class="col" name="Colour">
<div class="col-3" name="Colour">
<label class = "form-label" for="org-colour">Colour</label>
<input class="form-control" type="text" name="Colour" value="" id="org-colour"> </input>
</div>