Make the GUI a library to support multiple platforms
This commit is contained in:
parent
d3f89a8757
commit
0d900024cb
24 changed files with 76 additions and 39 deletions
12
web/public/household_selection.css
Normal file
12
web/public/household_selection.css
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
html,
|
||||
body,
|
||||
#main {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
#main {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding-top: 40px;
|
||||
padding-bottom: 40px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue