Skip to content

Commit

Permalink
Change styling of event page head to be half and half
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanRodgers98 committed May 22, 2021
1 parent 241be6d commit f7af6b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/pages/Event.js
Original file line number Diff line number Diff line change
Expand Up @@ -1696,7 +1696,7 @@ export default class Event extends React.Component {
)}
{getAlert(this)}
<Row className='mt-3'>
<Col xs='8'>
<Col xs='6'>
<h4>{this.state.eventName}</h4>
<h6>
{formatDateRange({
Expand All @@ -1710,7 +1710,7 @@ export default class Event extends React.Component {
</Link>
</h6>
</Col>
<Col xs='4'>
<Col xs='6'>
<div className='float-right'>
<h5 className='black-link text-right'>
<Link to={`/event/${this.props.match.params.eventId}/subscribers`}>
Expand Down

0 comments on commit f7af6b2

Please sign in to comment.