Skip to content

Commit

Permalink
Update ProcessProgress.tsx for padding
Browse files Browse the repository at this point in the history
  • Loading branch information
acouch committed Dec 27, 2024
1 parent e6f9a44 commit 34de3f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/app/[locale]/process/ProcessProgress.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const ProcessProgress = () => {
const keys = Object.keys(messages.Process.progress.list);

return (
<GridContainer className="grid-container padding-y-1 tablet:padding-y-3 desktop-lg:padding-y-6 padding-top-0 tablet:padding-top-0 desktop-lg:padding-top-0 border-bottom-2px border-base-light">
<GridContainer className="grid-container padding-y-4 tablet:padding-y-3 desktop-lg:padding-y-6 padding-top-0 tablet:padding-top-0 desktop-lg:padding-top-0 border-bottom-2px border-base-light">
<h2 className="margin-bottom-0 tablet-lg:font-sans-l desktop-lg:font-sans-xl margin-top-0">
{t("title")}
</h2>
Expand Down

0 comments on commit 34de3f7

Please sign in to comment.