summaryrefslogtreecommitdiff
path: root/web/src/home.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'web/src/home.tsx')
-rw-r--r--web/src/home.tsx10
1 files changed, 5 insertions, 5 deletions
diff --git a/web/src/home.tsx b/web/src/home.tsx
index 77404fd..217b7a4 100644
--- a/web/src/home.tsx
+++ b/web/src/home.tsx
@@ -6,19 +6,19 @@ import { AsciiArt } from "./ascii-art";
export default function Home() {
return <Page>
<div class="page-title">
- <h3 style="font-family: JPN24; font-size: 25px; width: min-content" class="gradient">NETWORKHEAVEN</h3>
+ <h3 style="font-family: JPN24; width: max-content" class="gradient">NETWORKHEAVEN</h3>
</div>
<hr />
<div style="width: 100%; display: flex; justify-content: center">
<div style="text-align: left; width: 75%">
- <h4 style="font-family: JPN16; font-size: 17px; font-weight: normal; margin-bottom: 0px;">
- hi, im aura and this is my website.
+ <h5 style="margin-bottom: 0px;">
+ hi, im aura and this is my website. check out my blog&nbsp;!!!
<br />
i will add more stuff when i have time
- </h4>
+ </h5>
</div>
</div>
<AsciiArt />
- <h3 style="font-family: JPN19; font-size: 20px"><a href="https://steamcommunity.com/groups/networkheaven">STEAM</a></h3>
+ <h4><a href="https://steamcommunity.com/groups/networkheaven">STEAM</a></h4>
</Page>;
}