design(tour): improve tour responsiveness, better scss organization

This commit is contained in:
Jason Dreyzehner 2016-10-04 20:49:22 -04:00
commit 3fbb626141
10 changed files with 146 additions and 179 deletions

View file

@ -25,15 +25,12 @@
max-width: 200px;
margin: 5rem auto 0;
}
.lead {
#lead {
line-height: 1.6;
font-size: 18px;
}
#cta-buttons {
position: absolute;
bottom: 0;
width: 100%;
button {
max-width: 400px;
}
@extend %cta-buttons;
padding-bottom: 1rem;
}
}