diff --git a/public/page/PageBoundary.jsx b/public/page/PageBoundary.jsx index 690f947..1fee1f6 100644 --- a/public/page/PageBoundary.jsx +++ b/public/page/PageBoundary.jsx @@ -25,7 +25,7 @@ import React from 'react'; export default function(props) { return ( -
+
{ props.children }
); diff --git a/public/page/contact/ContactPage.jsx b/public/page/contact/ContactPage.jsx new file mode 100644 index 0000000..e69de29 diff --git a/public/page/home/Homepage.jsx b/public/page/home/Homepage.jsx index fac00ea..250deee 100644 --- a/public/page/home/Homepage.jsx +++ b/public/page/home/Homepage.jsx @@ -32,25 +32,14 @@ import { Title, Subtitle } from './../../typography/Typography'; export default function() { return ( - - - - My Cool Page - Lorem ipsum dolor - +
+ + + Development & Design + I'm not good at either. - +
Lorem diff --git a/public/styles/components/_page.scss b/public/styles/components/_page.scss index 5dc7977..170de23 100644 --- a/public/styles/components/_page.scss +++ b/public/styles/components/_page.scss @@ -14,5 +14,10 @@ &__boundary { max-width: $s-screen-boundary; margin: 0 auto; + + &.is-full { + position: relative; + height: 100%; + } } } diff --git a/public/styles/objects/_app.scss b/public/styles/objects/_app.scss index 3f242eb..dcc220a 100644 --- a/public/styles/objects/_app.scss +++ b/public/styles/objects/_app.scss @@ -8,7 +8,7 @@ * 1.0.0 - 2018/05/03 */ .o-app { - display: inline-block;//Fixes collapsing margins on children. + //display: inline-block;//Fixes collapsing margins on children. min-height: 100vh; width: 100%;