mirror of
https://github.com/Unkn0wnCat/Unkn0wnCat.net.git
synced 2025-05-01 19:26:37 +02:00
Fix frontpage sizing
This commit is contained in:
parent
c06587cf0a
commit
2db66a46f6
3 changed files with 1 additions and 8 deletions
|
@ -10,7 +10,6 @@ import {Steam, Twitch, Twitter, Youtube} from "@icons-pack/react-simple-icons";
|
||||||
|
|
||||||
const IndexPage = ({ data }) => <Layout topBarHome={true}>
|
const IndexPage = ({ data }) => <Layout topBarHome={true}>
|
||||||
<SEO description="Unkn0wnCat - Gamer, Coder, Video Producer - Learn more about me here!" title="Unkn0wnCat" />
|
<SEO description="Unkn0wnCat - Gamer, Coder, Video Producer - Learn more about me here!" title="Unkn0wnCat" />
|
||||||
<div className={styles.heroOuter}>
|
|
||||||
<div className={styles.hero}>
|
<div className={styles.hero}>
|
||||||
<div className={styles.heroHalo}></div>
|
<div className={styles.heroHalo}></div>
|
||||||
<div className={styles.heroImage}>
|
<div className={styles.heroImage}>
|
||||||
|
@ -37,7 +36,6 @@ const IndexPage = ({ data }) => <Layout topBarHome={true}>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
</Layout>;
|
</Layout>;
|
||||||
|
|
||||||
export const query = graphql`
|
export const query = graphql`
|
||||||
|
|
|
@ -2,15 +2,12 @@
|
||||||
|
|
||||||
$layoutTwoColBreakpoint: 800px;
|
$layoutTwoColBreakpoint: 800px;
|
||||||
|
|
||||||
|
|
||||||
.heroOuter {
|
|
||||||
|
|
||||||
.hero {
|
.hero {
|
||||||
margin-top: -$layoutNavHeight;
|
margin-top: -$layoutNavHeight;
|
||||||
|
|
||||||
|
|
||||||
height: 100%;
|
height: 100%;
|
||||||
min-height: 900px;
|
min-height: 880px;
|
||||||
|
|
||||||
|
|
||||||
position: relative;
|
position: relative;
|
||||||
|
@ -118,5 +115,4 @@ $layoutTwoColBreakpoint: 800px;
|
||||||
background-color: var(--color-secondary-lighter);
|
background-color: var(--color-secondary-lighter);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
|
|
1
src/pages/index.module.scss.d.ts
vendored
1
src/pages/index.module.scss.d.ts
vendored
|
@ -4,5 +4,4 @@ export const heroBox: string;
|
||||||
export const heroBoxBg: string;
|
export const heroBoxBg: string;
|
||||||
export const heroHalo: string;
|
export const heroHalo: string;
|
||||||
export const heroImage: string;
|
export const heroImage: string;
|
||||||
export const heroOuter: string;
|
|
||||||
export const name: string;
|
export const name: string;
|
||||||
|
|
Loading…
Add table
Reference in a new issue