mon-entreprise/source/components/Home.css

18 lines
189 B
CSS
Raw Normal View History

#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;
}