sophia.wtf/themes/hugo-coder/assets/scss/_footer.scss

12 lines
149 B
SCSS
Raw Normal View History

2022-11-03 21:23:41 -07:00
.footer {
width: 100%;
text-align: center;
font-size: 1.6rem;
line-height: 2rem;
margin-bottom: 1rem;
a {
color: $link-color;
}
}