Skip to content

Commit

Permalink
Align captions left
Browse files Browse the repository at this point in the history
  • Loading branch information
vgeorge committed Oct 4, 2023
1 parent a68f9ac commit 82efd4e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { IMAGE_BLOCK, TABLE_BLOCK } from '../constants';
const CaptionElement = styled.figcaption`
font-size: 0.875rem;
line-height: 1.25rem;
text-align: center;
text-align: left;
position: relative;
`;

Expand Down

0 comments on commit 82efd4e

Please sign in to comment.