zola/docs/sass/_index.scss

29 lines
391 B
SCSS
Raw Normal View History

2017-09-08 09:59:51 +00:00
.hero {
width: 60%;
margin: 0 auto;
margin-top: 3rem;
2017-09-12 07:13:26 +00:00
margin-bottom: 6rem;
2017-09-08 09:59:51 +00:00
text-align: center;
&__tagline {
margin-bottom: 2rem;
}
}
2017-09-12 07:13:26 +00:00
.selling-points {
background: $foreground;
color: $background;
padding: 3rem;
&__content {
display: flex;
flex-wrap: wrap;
}
}
.selling-point {
// 2 selling points per row on desktop
width: 50%;
padding: 2rem;
}