diff --git a/app/pages/index.js b/app/pages/index.js index 8e9d022..bc59533 100644 --- a/app/pages/index.js +++ b/app/pages/index.js @@ -15,17 +15,18 @@ export default withData(props => ( margin: 2em; } section { - height: calc(50vh - 4em); + padding-top: 3em; } `} +

Apollo upload example

-

Apollo upload example (single file)

+

Single file upload

Select an image to upload and view the response in the console.

-

Apollo upload example (multiple files)

+

Multiple file upload

Select multiple images to upload and view the response in the console.