1
0
Fork 0
mirror of https://github.com/netz39/www.netz39.de.git synced 2025-06-01 16:46:02 +02:00

Adds links in footer

This commit is contained in:
Jens Winter-Hübenthal 2023-10-20 21:29:21 +02:00
parent 6dfce388c7
commit 83de7ddc0c
5 changed files with 56 additions and 8 deletions
_sass/includes

View file

@ -8,6 +8,8 @@
font-size: 0.9em;
.footer-icons {
margin-bottom: 1em;
ul {
list-style: none;
margin: 0;
@ -27,4 +29,26 @@
}
}
}
.footer-links {
ul {
list-style: none;
margin: 0;
li {
display: inline-block;
margin: 0 0.5em;
a {
color: var(--meta);
}
a:hover {
color: var(--link);
}
}
}
}
}