added header and footer, refined font size adaption to screen width and height

This commit is contained in:
2019-01-17 00:38:16 +01:00
parent d7704ac845
commit 953f716eac
7 changed files with 1727 additions and 151 deletions

View File

@@ -10,13 +10,17 @@ section {
position: -ms-sticky;
position: -o-sticky;
display: flex; flex-direction: column; justify-content: start;
height: 100vh;
height: 90vh;
overflow: hidden;
@media (min-width: $breakpoint) {
height: 50vh;
height: 80vh;
}
}
section,
article > header,
article > footer {
// color: $nls-color-white;
&.--selected {