aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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>