Skip to content

Commit

Permalink
fix title spacing (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sherange authored Mar 9, 2024
1 parent bc18430 commit 5a9963f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/web-shared/components/ContentSingle.js
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@ function ContentSingle(props = {}) {
flexDirection="row"
justifyContent="space-between"
alignItems="center"
mb="base"
>
{title ? <Title>{title}</Title> : null}
{/* Button moves below on mobile views */}
Expand Down

0 comments on commit 5a9963f

Please sign in to comment.