mirror of
https://github.com/betagouv/mon-entreprise
synced 2025-02-09 05:15:02 +00:00
23 lines
275 B
CSS
23 lines
275 B
CSS
#home {
|
|
}
|
|
|
|
#home #header {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: flex-start;
|
|
}
|
|
|
|
#home #header h1 {
|
|
line-height: 1.1em
|
|
}
|
|
|
|
#home #marianne {
|
|
width: 100px;
|
|
margin: 1em;
|
|
}
|
|
|
|
#home > #content {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|