php-gallery/css/scss/_footer.scss
2022-09-21 20:29:03 +00:00

38 lines
617 B
SCSS

/*
|-------------------------------------------------------------
| FOOTER
|-------------------------------------------------------------
*/
footer {
margin: 0 auto;
width: auto;
text-align: center;
font-size: 12px;
text-transform: uppercase;
display: flex; flex-direction: row;
p {
margin: 0.2rem;
padding: 0;
text-decoration: none;
font-family: $font-body;
}
a {
margin: 0.2rem;
padding: 0;
text-decoration: none;
font-family: $font-body;
&:hover {
color: $orange;
}
}
}