Skip to content

Commit

Permalink
fix(client): fix fill-in-blank sentence style (freeCodeCamp#53657)
Browse files Browse the repository at this point in the history
  • Loading branch information
ojeytonwilliams authored Feb 12, 2024
1 parent 1f41d48 commit 48280e1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion client/src/templates/Challenges/fill-in-the-blank/show.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@
padding: 20px;
border: 4px solid var(--tertiary-background);
display: flex;
align-items: center;
align-items: start;
justify-content: center;
flex-direction: column;
gap: 1em;
}

.fill-in-the-blank-wrap > p {
Expand Down

0 comments on commit 48280e1

Please sign in to comment.