rudimentary css

This commit is contained in:
Bronku 2025-02-01 08:18:08 +01:00
parent 7515010afd
commit 2c90e19eba
10 changed files with 109 additions and 110 deletions

10
public/style.css Normal file
View file

@ -0,0 +1,10 @@
#new_order_form {
display: flex;
flex-direction: row;
padding: 10pt
}
#new_order_form>div {
padding: 10pt;
width: 400px;
}