2015-07-14 17:41:57 +02:00
|
|
|
.wp {
|
|
|
|
height: 100%;
|
2015-07-15 13:20:34 +02:00
|
|
|
max-width: 90%;
|
|
|
|
margin: auto;
|
2015-07-14 18:55:34 +02:00
|
|
|
/* We need this, otherwise piece list will have a scrollbar */
|
|
|
|
}
|
|
|
|
|
|
|
|
.hero {
|
2015-07-14 18:34:46 +02:00
|
|
|
font-family: 'Nunito', sans-serif;
|
|
|
|
font-weight: 300;
|
|
|
|
|
2015-07-14 18:55:34 +02:00
|
|
|
overflow: hidden;
|
|
|
|
text-align: center;
|
2015-07-14 18:34:46 +02:00
|
|
|
|
2015-07-14 18:55:34 +02:00
|
|
|
> img {
|
|
|
|
margin-top: 5em;
|
|
|
|
margin-bottom: 5em;
|
2015-07-13 14:29:20 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-07-14 17:41:57 +02:00
|
|
|
.wp-landing-wrapper {
|
|
|
|
text-align: center;
|
2015-07-14 18:55:34 +02:00
|
|
|
font-family: 'Nunito', sans-serif;
|
|
|
|
font-weight: 300;
|
2015-07-14 18:34:46 +02:00
|
|
|
|
|
|
|
> .enter {
|
|
|
|
margin-top: 2em;
|
|
|
|
> p {
|
|
|
|
margin-top: 2em;
|
|
|
|
}
|
|
|
|
}
|
2015-07-14 17:41:57 +02:00
|
|
|
}
|
|
|
|
|
2015-07-13 14:29:20 +02:00
|
|
|
|