Skip to content

Commit

Permalink
Update ResultPage.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikSchmidt committed Jan 21, 2025
1 parent c7920c8 commit c67e57c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export default function ResultPage({
.map(({ intro, reasons }) => (
<React.Fragment key={intro}>
<RichText markdown={intro} className="mt-40 first:mt-0" />
<ul className="mt-16 pl-0 ds-stack-16">
<ul className="ds-stack-16 mt-16 pl-0">
{reasons
.toSorted((a, b) => {
if (a.answer === b.answer) {
Expand Down

0 comments on commit c67e57c

Please sign in to comment.