Skip to content

Commit 85c5b5b

Browse files
authored
fix: remove min-height style from Container component (#142)
1 parent 8591aa2 commit 85c5b5b

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

website/src/App.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ import { Content } from './components/Content';
99
import { useState } from 'react';
1010
import { MENU, PRODUCT } from './shared/constant';
1111

12-
const Container = styled.div`
13-
min-height: 100vh;
14-
`;
12+
const Container = styled.div``;
1513

1614
const BASENAME =
1715
process.env.NODE_ENV === 'production' &&

0 commit comments

Comments
 (0)