aboutsummaryrefslogtreecommitdiff
path: root/src/pages
diff options
context:
space:
mode:
authorAndrew Lee <andrew@alee14.me>2025-02-21 23:12:14 -0500
committerAndrew Lee <andrew@alee14.me>2025-02-21 23:12:14 -0500
commit337aa2cfdf39e03f5e03690240e6be0bf94229f3 (patch)
treeadc2604f397b6aa76849039b446ed86df445ef45 /src/pages
parent9f4873279d24ea3fce9bf2fcbc93644b31ca0f75 (diff)
downloadbnbmc-website-337aa2cfdf39e03f5e03690240e6be0bf94229f3.tar.gz
bnbmc-website-337aa2cfdf39e03f5e03690240e6be0bf94229f3.tar.bz2
bnbmc-website-337aa2cfdf39e03f5e03690240e6be0bf94229f3.zip
Fixed links; Style change
Diffstat (limited to 'src/pages')
-rw-r--r--src/pages/index.astro4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pages/index.astro b/src/pages/index.astro
index 66885ad..e633ba9 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -23,7 +23,7 @@ import sites from '../components/sites.json';
<style>
a {
- font-size: 1.2em;
+ font-size: 1.1em;
color: #22b7f1;
text-decoration: none;
}
@@ -49,7 +49,7 @@ import sites from '../components/sites.json';
}
.site {
background-color: #394049;
- padding: 2em;
+ padding: 1.5em;
margin-top: .5em;
margin-bottom: .5em;
}