mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-27 19:42:11 +10:00
15 lines
177 B
CSS
15 lines
177 B
CSS
.root {
|
|
width: 100%;
|
|
height: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.building {
|
|
flex-grow: 1;
|
|
}
|
|
|
|
.submitButton {
|
|
margin-top: 1rem;
|
|
margin-bottom: 1rem;
|
|
}
|