We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9cebdf commit 1a65195Copy full SHA for 1a65195
src/pages/index.js
@@ -30,11 +30,11 @@ export default function Home() {
30
return (
31
<Layout
32
title={`Hello from ${siteConfig.title}`}
33
- description="Description will go into a meta tag in <head />">
+ description="GraphQL Java home page">
34
<HomepageHeader />
35
- <main>
36
- <HomepageFeatures />
37
- </main>
+ {/*<main>*/}
+ {/*<HomepageFeatures />*/}
+ {/*</main>*/}
38
</Layout>
39
);
40
}
src/pages/index.module.css
@@ -8,6 +8,7 @@
8
text-align: center;
9
position: relative;
10
overflow: hidden;
11
+ height: 80vh; /* TODO remove this line when landing page copy is added */
12
13
14
@media screen and (max-width: 966px) {
0 commit comments