mirror of
https://github.com/GuerillaStudio/now-playing
synced 2024-11-09 23:31:51 +00:00
12 lines
335 B
SCSS
12 lines
335 B
SCSS
|
/* ----------------------------------------------------------- */
|
||
|
/* == footer */
|
||
|
/* ----------------------------------------------------------- */
|
||
|
|
||
|
.footer {
|
||
|
padding-top: 18rem;
|
||
|
padding-bottom: 10rem;
|
||
|
background: $color-primary url("/images/triforce.svg") no-repeat;
|
||
|
background-position: center 10rem;
|
||
|
text-align: center;
|
||
|
}
|