php-gallery/css/scss/_footer.scss
2022-09-20 15:47:23 +00:00

33 lines
552 B
SCSS

/*
|-------------------------------------------------------------
| FOOTER
|-------------------------------------------------------------
*/
footer {
margin: 0 auto;
width: calc(100% - 1.4rem);
text-align: center;
p {
margin: 0 0.5rem;
text-decoration: none;
font-size: 16px;
font-family: $font-body;
}
a {
margin: 0 0.5rem;
text-decoration: none;
font-size: 16px;
font-family: $font-body;
&:hover {
color: $orange;
}
}
}