mirror of
https://github.com/13hannes11/hugo-coder-timeline.git
synced 2024-09-04 00:50:58 +02:00
* Change fonts * Fix colors and sizes * Fix link colors * Fix headings and links * Fix icon size
10 lines
130 B
SCSS
10 lines
130 B
SCSS
.footer {
|
|
width: 100%;
|
|
text-align: center;
|
|
line-height: 2.0rem;
|
|
margin-bottom:1.0rem;
|
|
a {
|
|
color: $link-color;
|
|
}
|
|
}
|