Files
homepage/themes/hugo-coder/assets/scss/_footer.scss
Hendrik Hogertz 63ba272b75 first commit
2022-01-15 00:56:38 +01:00

12 lines
149 B
SCSS

.footer {
width: 100%;
text-align: center;
font-size: 1.6rem;
line-height: 2rem;
margin-bottom: 1rem;
a {
color: $link-color;
}
}