mirror of
https://github.com/ascribe/onion.git
synced 2024-11-15 09:35:10 +01:00
36 lines
558 B
SCSS
36 lines
558 B
SCSS
.wp {
|
|
height: 100%;
|
|
max-width: 90%;
|
|
margin: auto;
|
|
/* We need this, otherwise piece list will have a scrollbar */
|
|
overflow-x: hidden;
|
|
}
|
|
|
|
.hero {
|
|
font-family: 'Nunito', sans-serif;
|
|
font-weight: 300;
|
|
|
|
overflow: hidden;
|
|
text-align: center;
|
|
|
|
> img {
|
|
margin-top: 5em;
|
|
margin-bottom: 5em;
|
|
}
|
|
}
|
|
|
|
.wp-landing-wrapper {
|
|
text-align: center;
|
|
font-family: 'Nunito', sans-serif;
|
|
font-weight: 300;
|
|
|
|
> .enter {
|
|
margin-top: 2em;
|
|
> p {
|
|
margin-top: 2em;
|
|
}
|
|
}
|
|
}
|
|
|
|
|