Files
hugo-coder-timeline/assets/scss/_footer.scss
Luiz F. A. de Prá 94656f4c79 Style refactor (#77)
* Change fonts

* Fix colors and sizes

* Fix link colors

* Fix headings and links

* Fix icon size
2018-09-14 09:02:58 -03:00

10 lines
130 B
SCSS

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