Render footer in sidebar for article view

This commit is contained in:
Mathias Schopmans
2017-04-06 17:04:15 +02:00
parent a4182544b7
commit 12294f0daa
4 changed files with 32 additions and 6 deletions

View File

@@ -5,6 +5,7 @@
position: absolute;
top: 0;
left: 0;
z-index: 10;
&__nav,
&__content {
@@ -20,6 +21,7 @@
}
&__nav {
background: var(--color-gray-dark);
flex: 0 0 calc((100vw - 1200px) / 2 + 400px);
&__inner {
box-sizing: border-box;