Skip to content

Commit daeb93a

Browse files
committed
tweak styles to fill entire complete screen
1 parent 84c0463 commit daeb93a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/donate/complete.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export default function DonateCompletePage() {
1515
}, [])
1616

1717
return (
18-
<div className="flex flex-col p-8 gap-2">
18+
<div className="flex flex-col p-8 gap-2 justify-between min-h-screen">
1919
<h1 className="sh1">
2020
<FormattedMessage
2121
id="donate_widget.success.header"

0 commit comments

Comments
 (0)