mirror of
https://github.com/GuerillaStudio/now-playing
synced 2024-11-09 16:51:53 +00:00
11 lines
335 B
SCSS
11 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;
|
|
}
|