1
0
Fork 0
mirror of https://github.com/GuerillaHQ/now-playing synced 2024-06-09 03:36:54 +00:00
now-playing/assets/scss/4-base/_08-content.scss
2019-11-27 18:06:26 +01:00

20 lines
352 B
SCSS

/* ----------------------------------------------------------- */
/* == content */
/* ----------------------------------------------------------- */
.content {
border-top: 6rem solid $color-bg-head;
}
.content > :first-child {
margin-top: -6rem;
}
.content-title {
margin: 0;
margin-top: 1.3rem;
margin-bottom: 5rem;
font-size: 5rem;
}