mirror of
https://github.com/13hannes11/hugo-coder-timeline.git
synced 2024-09-04 00:50:58 +02:00
* web-safe-fonts initial commit * updated contributors * reduced headings font weight * make release
11 lines
151 B
SCSS
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;
|
|
}
|
|
}
|