1
0
Fork 0
mirror of https://github.com/GuerillaHQ/now-playing synced 2024-07-08 18:17:58 +00:00
now-playing/assets/scss/4-base/_09-footer.scss
2023-02-20 02:08:02 +01:00

22 lines
507 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;
}
.footer__logo,
.footer__logo:link,
.footer__logo:visited {
display: inline-block;
color: #8f92ae;
font-size: 3rem;
font-weight: bold;
letter-spacing: 0.015em;
}