modified file themes

This commit is contained in:
2023-12-08 23:24:49 +00:00
committed by Gitium
parent 50cc9dca5b
commit 1473db151a
97 changed files with 28455 additions and 0 deletions

View File

@ -0,0 +1,22 @@
/** === Footer menu === */
.footer-navigation {
display: inline;
& > div {
display: inline;
}
.footer-menu {
display: inline;
padding-left: 0;
li {
display: inline;
margin-right: 1rem;
}
}
}