websiteOwn/themes/hugo-coder/assets/scss/_footer.scss

10 lines
130 B
SCSS
Raw Normal View History

2019-09-20 07:51:22 +02:00
.footer {
width: 100%;
text-align: center;
line-height: 2.0rem;
margin-bottom:1.0rem;
a {
color: $link-color;
}
}