culinary.kemonine.info/themes/gochowdown/assets/scss/_footer.scss

12 lines
190 B
SCSS
Raw Normal View History

2022-12-03 15:27:03 +00:00
.footer {
width: 100%;
background-color: $lighterGray;
text-align: center;
line-height: 1.5rem;
padding: 3.5rem 0 3.5rem;
margin-top: 0.5rem;
a {
color: $link-color;
}
}