Add fonts, fix styling issues

This commit is contained in:
2019-08-25 07:46:58 +00:00
parent cf9e197e6c
commit 9336760ed3
10 changed files with 77 additions and 23 deletions

View File

@@ -53,7 +53,7 @@ class Article extends React.Component {
{infoLine(story)}
{story.text ?
<div dangerouslySetInnerHTML={{ __html: story.text }} />
<div className='story-text' dangerouslySetInnerHTML={{ __html: story.text }} />
:
<p>Problem getting article :(</p>
}