_sass/_post.scss in askclass-news-theme-0.2.10 vs _sass/_post.scss in askclass-news-theme-0.2.11

- old
+ new

@@ -1,8 +1,10 @@ article { max-width: var(--contentWidth); display: flex; flex-direction: column; + overflow-wrap: break-word; + word-break: break-word; h1, h2, h3, h4 { color: var(--themeColor); } h1 { margin-bottom: 0;