Centered footer menu
This commit is contained in:
parent
5421708bd5
commit
5b7c2f0cd6
@ -112,7 +112,7 @@ body > header {
|
||||
/* 2a. Sidebar hover effect */
|
||||
|
||||
#sidebar {
|
||||
opacity: 0.2;
|
||||
opacity: 0.15;
|
||||
transition: opacity 1.5s;
|
||||
}
|
||||
|
||||
|
@ -777,6 +777,8 @@
|
||||
#footermenu {
|
||||
font-family: sans-serif;
|
||||
background: #333333;
|
||||
width: max-content;
|
||||
margin: 0 auto;
|
||||
}
|
||||
#footermenu > ul > li {
|
||||
float: left;
|
||||
|
Loading…
Reference in New Issue
Block a user