We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8591aa2 commit 85c5b5bCopy full SHA for 85c5b5b
1 file changed
website/src/App.tsx
@@ -9,9 +9,7 @@ import { Content } from './components/Content';
9
import { useState } from 'react';
10
import { MENU, PRODUCT } from './shared/constant';
11
12
-const Container = styled.div`
13
- min-height: 100vh;
14
-`;
+const Container = styled.div``;
15
16
const BASENAME =
17
process.env.NODE_ENV === 'production' &&
0 commit comments