By default will fill the full screen size regardless of child content lenght to create a sticky footer. Also applies baseline body text styling.

### Example

```jsx
<SiteWrap minH={0} h={64}>
  <p>Some short page content</p>
  <Footer>Footer pinned to the bottom of the screen</Footer>
</SiteWrap>
```
