Adjust section height to prevent scrolling
This commit is contained in:
parent
54b686fda3
commit
347ea10af1
@ -15,7 +15,7 @@ export default withData(props => (
|
|||||||
margin: 2em;
|
margin: 2em;
|
||||||
}
|
}
|
||||||
section {
|
section {
|
||||||
height: 50vh;
|
height: calc(50vh - 4em);
|
||||||
}
|
}
|
||||||
`}</style>
|
`}</style>
|
||||||
</Head>
|
</Head>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user