_sass/layout/_header.scss in jekyll-theme-drop-0.1.4 vs _sass/layout/_header.scss in jekyll-theme-drop-0.1.5

- old
+ new

@@ -74,11 +74,12 @@ background: url('images/circles.svg') no-repeat; } } .language { - position: absolute; + position: fixed; + top: 0; right: 0; margin: 0; margin-right: 1em; padding: 0; text-align: right; @@ -116,6 +117,6 @@ footer { @include vendor('transform', 'translateY(1em)'); opacity: 0; } } -} \ No newline at end of file +}