Centered footer menu

This commit is contained in:
Kenneth John Odle 2021-08-01 16:01:29 -04:00
parent 5421708bd5
commit 5b7c2f0cd6
2 changed files with 3 additions and 1 deletions

View File

@ -112,7 +112,7 @@ body > header {
/* 2a. Sidebar hover effect */
#sidebar {
opacity: 0.2;
opacity: 0.15;
transition: opacity 1.5s;
}

View File

@ -777,6 +777,8 @@
#footermenu {
font-family: sans-serif;
background: #333333;
width: max-content;
margin: 0 auto;
}
#footermenu > ul > li {
float: left;