Skip to content

Commit

Permalink
#654: Fix mobile styling
Browse files Browse the repository at this point in the history
  • Loading branch information
WrathfulSpatula committed Sep 17, 2022
1 parent 329df56 commit ce04c33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CategoryItemBox.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const CategoryItemBox = (props) => {
</Link>
</div>
{props.type === 'tag' &&
<div className='col-md-2'>
<div className='col-12 col-md-2 text-center'>
<SubscribeButton isSubscribed={isSubscribed} typeLabel='tag' onSubscribe={handleSubscribe} />
</div>}
<CategoryItemIcon count={props.item.resultCount} type={props.type} word='results' icon={faChartLine} />
Expand Down

0 comments on commit ce04c33

Please sign in to comment.