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.
2 parents 5ac37e4 + 8ba2e13 commit 177a198Copy full SHA for 177a198
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