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:
parent
6dfce388c7
commit
83de7ddc0c
5 changed files with 56 additions and 8 deletions
_sass/includes
|
@ -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);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue