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

18 lines
422 B
SCSS
Raw Normal View History

2019-11-27 17:06:26 +00:00
/* ----------------------------------------------------------- */
/* == footer */
/* ----------------------------------------------------------- */
.footer {
padding-top: 18rem;
padding-bottom: 10rem;
background: $color-primary url("/images/triforce.svg") no-repeat;
background-position: center 10rem;
text-align: center;
}
2021-01-22 11:37:58 +00:00
.footer__logo,
.footer__logo:link,
.footer__logo:visited {
display: inline-block;
}