Adjust section height to prevent scrolling

This commit is contained in:
Michael Merrill 2017-04-03 21:01:25 -06:00
parent 54b686fda3
commit 347ea10af1

View File

@ -15,7 +15,7 @@ export default withData(props => (
margin: 2em; margin: 2em;
} }
section { section {
height: 50vh; height: calc(50vh - 4em);
} }
`}</style> `}</style>
</Head> </Head>