1
0
mirror of https://github.com/ascribe/onion.git synced 2024-09-27 19:48:52 +02:00
onion/sass/whitelabel/prize/landing.scss
2015-07-14 19:03:10 +02:00

37 lines
553 B
SCSS

.wp {
background-color: #FDFDFD;
height: 100%;
/* 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;
}
}
}