diff --git a/Resources/Private/Sass/layout/_content.scss b/Resources/Private/Sass/layout/_content.scss index 8018141..479c354 100644 --- a/Resources/Private/Sass/layout/_content.scss +++ b/Resources/Private/Sass/layout/_content.scss @@ -20,6 +20,14 @@ aside nav { } } +@media (max-width: 1439px) { + aside nav:nth-of-type(2) li { + display: inline; + margin-right: $spacer; + line-height: $spacer * 4; + } +} + li { padding: { bottom: $spacer / 2; diff --git a/Resources/Private/Templates/Page/BlogPost.html b/Resources/Private/Templates/Page/BlogPost.html index c7d5961..455dfa1 100644 --- a/Resources/Private/Templates/Page/BlogPost.html +++ b/Resources/Private/Templates/Page/BlogPost.html @@ -50,7 +50,6 @@ -