mirror of
https://github.com/betagouv/mon-entreprise
synced 2025-02-08 19:55:00 +00:00
10 lines
122 B
CSS
10 lines
122 B
CSS
#simu {
|
|
margin: 0 auto;
|
|
max-width: 40em;
|
|
}
|
|
|
|
#focusZone {
|
|
display: flex;
|
|
flex-direction: column;
|
|
min-height: 100vh;
|
|
}
|