mirror of
https://github.com/GuerillaStudio/now-playing
synced 2024-11-05 02:31:52 +00:00
19 lines
352 B
SCSS
19 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;
|
|
}
|