diff --git a/src/pages/index.astro b/src/pages/index.astro
index 869d8ed..2a729ba 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -15,6 +15,7 @@ const { cards, website_title, website_logo } = data;
+
{website_title}
diff --git a/src/styles/mobile.css b/src/styles/mobile.css
index 59a631a..3e5b097 100644
--- a/src/styles/mobile.css
+++ b/src/styles/mobile.css
@@ -105,6 +105,10 @@
margin-top: 1.2rem;
}
+ a {
+ text-decoration: none;
+ }
+
/*-Cards---------------------------------------------------------*/
.card-container {
@@ -182,6 +186,7 @@
font-weight: 600;
color: #eaeaea;
text-align: center;
+ text-decoration: none;
}
.card-desc {