add an option to add links at the bottom of the page as well

Signed-off-by: Daniel Holbach <daniel.holbach@gmail.com>
This commit is contained in:
Daniel Holbach 2024-02-17 10:14:52 +01:00
parent 24f402e9f1
commit 1a2693cc15
5 changed files with 67 additions and 1 deletions

View file

@ -274,7 +274,7 @@ a.fn-item {
color: var(--sticky-menu-text-color);
}
/* Bottom Icons */
/* Footer Icons */
.icons {
ol {
padding-left: 0;
@ -284,3 +284,18 @@ a.fn-item {
display: inline-block;
}
}
/* Footer Links */
.site-footer .links {
text-align: center;
ol {
list-style-type: none;
list-style-position: inside;
padding-left: 0;
}
li {
margin-left: unset;
}
}