1
0
Fork 0
mirror of https://github.com/betagouv/mon-entreprise synced 2025-02-09 05:15:02 +00:00
mon-entreprise/source/components/CDD.css

30 lines
317 B
CSS

#sim {
padding: 2em;
}
#sim section {
padding: 2em;
}
#conversation {
display: flex;
justify-content: space-around;
min-height: 10em;
margin: 3em 0;
}
#questions-answers {
background: blue;
min-width: 50%;
}
#help {
background: green;
min-width: 30%;
}
#results {
width: 100%;
background: purple;
}