Skip to content

Commit

Permalink
Center aligned Announcement and Security alert div
Browse files Browse the repository at this point in the history
  • Loading branch information
sickpig committed Jul 18, 2017
1 parent f1b5b7a commit f8dc06c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/public/views/components/header/announceBanner.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class AnnounceBanner extends React.Component {
} else {
return (
<div className='alert__banner p3 center'>
<div className='section__container left-align'>
<div className='section__container center'>
<div className='inline bold underline'>Announcement:</div>
&nbsp;
{this.props.message}
Expand Down
2 changes: 1 addition & 1 deletion src/public/views/components/header/securityBanner.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class SecurityBanner extends React.Component {
} else {
return (
<div className='alert__banner p3 center'>
<div className='section__container left-align'>
<div className='section__container center'>
<div className='inline bold underline'>Security alert:</div>
&nbsp;
{this.props.message}
Expand Down

0 comments on commit f8dc06c

Please sign in to comment.