2017-11-13 13:54:10 +00:00
|
|
|
#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;
|
|
|
|
}
|
2017-11-17 11:49:42 +00:00
|
|
|
|
|
|
|
#home > #content {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
}
|