1
0
Fork 0
mirror of https://github.com/betagouv/mon-entreprise synced 2025-02-09 01:45:03 +00:00
mon-entreprise/source/components/Home.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;
}