2017-11-13 13:54:10 +00:00
|
|
|
#home {
|
|
|
|
}
|
|
|
|
|
|
|
|
#home #header h1 {
|
2017-12-11 13:52:47 +00:00
|
|
|
margin-top: 3em;
|
|
|
|
text-align: center;
|
|
|
|
font-size: 300%
|
2017-11-13 13:54:10 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#home #marianne {
|
2017-12-11 13:52:47 +00:00
|
|
|
position: absolute;
|
|
|
|
left: 2em;
|
|
|
|
top: 2em;
|
|
|
|
width: 8em;
|
2017-11-13 13:54:10 +00:00
|
|
|
}
|
2017-11-17 11:49:42 +00:00
|
|
|
|
|
|
|
#home > #content {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
}
|