Fixing formatting of the form using a table

Signed-off-by: Eoghan Conlon <eoghanconlon73@skynet.ie>
This commit is contained in:
eoghanconlon73 2023-09-11 12:07:33 +01:00
parent ea014ec0f3
commit 1534371f31
2 changed files with 26 additions and 9 deletions

View file

@ -20,4 +20,8 @@ body{
margin-left: 20%;
margin-right: 20%;
margin-bottom: 3%;
}
#table{
display: inline;
}