Add styleSwitcher.

This commit is contained in:
Roger Braun 2017-01-16 18:57:03 +01:00
parent afd90b84d0
commit d644887d4c
69 changed files with 2086 additions and 9 deletions

View file

@ -58,6 +58,12 @@ nav {
position: fixed;
height: 50px;
.inner-nav {
display: flex;
align-items: center;
flex-basis: 920px;
margin: auto;
}
}
.sidebar {