php-gallery/css/scss/_footer.scss

23 lines
278 B
SCSS

footer {
@include defaultDecoration($page-accent);
@include flexLeft(space-around);
margin: 0 auto !important;
bottom: 0;
width: calc(100% - 1.4rem);
a {
margin: 0.5rem;
text-decoration: none;
font-family: $font-body;
&:hover {
color: $orange;
}
}
}