diff --git a/Resources/Private/Partials/BlogPostHeader.html b/Resources/Private/Partials/BlogPostHeader.html index 90e3bba..8b2c922 100644 --- a/Resources/Private/Partials/BlogPostHeader.html +++ b/Resources/Private/Partials/BlogPostHeader.html @@ -36,9 +36,9 @@ topicUid: topic.data.uid }" > - {topic.data.title}{f:if(condition: '!{i.isLast}', then: ',')} - -

+ {topic.data.title} + {f:if(condition: '!{i.isLast}', then: ',')} +

diff --git a/Resources/Private/Sass/layout/_content.scss b/Resources/Private/Sass/layout/_content.scss index e4ca236..3ece747 100644 --- a/Resources/Private/Sass/layout/_content.scss +++ b/Resources/Private/Sass/layout/_content.scss @@ -95,7 +95,6 @@ aside { li { margin-right: $spacer; line-height: $spacer * 2; - white-space: nowrap; } nav li { @@ -111,6 +110,13 @@ aside { } } } +@media (max-width: 768px) { + body > main > aside { + nav li { + display: block; + } + } +} // Make main text on pages and blog posts readable