aboutsummaryrefslogtreecommitdiff
path: root/src/pages
diff options
context:
space:
mode:
authorAndrew Lee <andrew@alee14.me>2025-02-21 17:52:28 -0500
committerAndrew Lee <andrew@alee14.me>2025-02-21 17:52:28 -0500
commit266a736c086b066999ecb6c26b370a1f4d33efcd (patch)
treeaae9f9092b217d54b804d3e63f1443bba07779db /src/pages
parent19ffa3195e2e4c17071321ef76327d9dbb494de0 (diff)
downloadbnbmc-website-266a736c086b066999ecb6c26b370a1f4d33efcd.tar.gz
bnbmc-website-266a736c086b066999ecb6c26b370a1f4d33efcd.tar.bz2
bnbmc-website-266a736c086b066999ecb6c26b370a1f4d33efcd.zip
Fixed IP
Diffstat (limited to 'src/pages')
-rw-r--r--src/pages/index.astro6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/pages/index.astro b/src/pages/index.astro
index 9cacbe7..66885ad 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -9,7 +9,7 @@ import sites from '../components/sites.json';
<Layout>
<div class="container">
<h1>Welcome to bits & Bytes Minecraft!</h1>
- <p>IP: mc.bnbmc.net</p>
+ <p class="ip">IP: bnbmc.net</p>
<i>Must be an active member of the bits & Bytes Discord to join.</i>
<div class="flex">
{sites.map((site) => (
@@ -53,4 +53,8 @@ import sites from '../components/sites.json';
margin-top: .5em;
margin-bottom: .5em;
}
+
+ .ip {
+ font-size: 1.2em;
+ }
</style>