Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bring the font size and margins back down
Browse files Browse the repository at this point in the history
RoyEJohnson committed Jan 29, 2025
1 parent 499f68f commit d7964a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Card.tsx
Original file line number Diff line number Diff line change
@@ -42,7 +42,8 @@ const StepCardHeader = styled.div`
h2.question-info {
display: flex;
align-items: baseline;
font-weight: bold;
font-size: inherit;
margin: inherit;
.question-id {
font-weight: normal;

0 comments on commit d7964a1

Please sign in to comment.