We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f99eda0 commit 54bd608Copy full SHA for 54bd608
client/modules/Legal/components/PolicyContainer.jsx
@@ -7,6 +7,7 @@ import { remSize, prop } from '../../../theme';
7
8
const PolicyContainerMain = styled.main`
9
max-width: ${remSize(700)};
10
+ min-height: 100vh;
11
margin: 0 auto;
12
padding: ${remSize(10)};
13
line-height: 1.5em;
0 commit comments