1
0
Fork 0
mirror of https://github.com/GuerillaHQ/now-playing synced 2024-07-02 21:57:57 +00:00
now-playing/assets/scss/4-base/_08-content.scss

20 lines
352 B
SCSS
Raw Normal View History

2019-11-27 17:06:26 +00:00
/* ----------------------------------------------------------- */
/* == 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;
}