Skip to content

Commit 74eeee3

Browse files
authored
80vh
1 parent ae7b918 commit 74eeee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/PageContainer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const style: React.CSSProperties = {
55
flexDirection: 'column',
66
justifyContent: 'center',
77
alignItems: 'center',
8-
minHeight: '90vh',
8+
minHeight: '80vh',
99
padding: '1rem',
1010
};
1111

0 commit comments

Comments
 (0)