Skip to content
Snippets Groups Projects
Commit ebfb573a authored by Bereczki Sandor's avatar Bereczki Sandor
Browse files

News spacing fix at the bottom

parent edb01a0f
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,7 @@ class News extends Component {
<div>
<Segment style={{ padding: '3em 3em' }} vertical>
{/* { this.props.user.is_superuser ? <AddNewsForm /> : ''} */}
<Container text textAlign='center'>
<Container text textAlign='center' style={{ marginBottom: '3em' }}>
{this.props.user.role === 'Staff' ?
<AddNewsForm />
:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment