Files
hugo-coder-timeline/assets/scss/_footer.scss
Peter Duchnovsky c4afd5f51a web safe fonts (#496)
* web-safe-fonts initial commit

* updated contributors

* reduced headings font weight

* make release
2021-02-10 11:46:37 -03:00

11 lines
151 B
SCSS

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