rudimentary css
This commit is contained in:
parent
7515010afd
commit
2c90e19eba
10 changed files with 109 additions and 110 deletions
10
public/style.css
Normal file
10
public/style.css
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#new_order_form {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
padding: 10pt
|
||||
}
|
||||
|
||||
#new_order_form>div {
|
||||
padding: 10pt;
|
||||
width: 400px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue