1
0
Fork 0
mirror of https://github.com/GuerillaHQ/now-playing synced 2024-06-27 14:01:35 +00:00
now-playing/assets/scss/6-pages/home.scss
2019-11-27 18:06:26 +01:00

62 lines
1.2 KiB
SCSS

/* ----------------------------------------------------------- */
/* == Home page */
/* ----------------------------------------------------------- */
/* Head
-------------------------------------------------------------- */
.home-head {
padding-top: 9rem;
padding-bottom: 10rem;
background: $color-bg-head;
}
.home-head > .container {
padding-bottom: 6rem;
background: url("/images/illustration.svg") no-repeat;
background-position: calc(100% - 4rem) center;
background-size: auto 100%;
}
.home-head__container {
max-width: 57rem;
}
.home-head__title {
margin-bottom: 0;
}
.home-head__title span {
display: block;
}
.home-head__subtitle {
margin-top: 2rem;
margin-bottom: 0;
color: rgba($color-light-text, .8);
font-weight: 900;
font-style: italic;
font-size: 2rem;
}
/* About
-------------------------------------------------------------- */
.home-about {
padding-top: 20rem;
background-color: $color-primary;
color: rgba($color-light-text, .6rem);
text-align: center;
font-style: italic;
font-size: 2.6rem;
}
.home-about > .container {
max-width: 70rem;
width: 90%;
}
.home-about p:last-child {
margin-bottom: 0;
}