diff --git a/astro.config.mjs b/astro.config.mjs
index 1917423..0bb334f 100644
--- a/astro.config.mjs
+++ b/astro.config.mjs
@@ -48,23 +48,6 @@ export default defineConfig({
"camo.githubusercontent.com",
"user-images.githubusercontent.com",
"private-user-images.githubusercontent.com",
- "alyxia.dev",
- "nanoshinono.me",
- "ata.moe",
- "buh.moe",
- "hayden.moe",
- "onz.ee",
- "notnite.com",
- // "erisdump.neocities.org",
- "espi.me",
- "alula.me",
- "sapphic.moe",
- "calayucu.com",
- "meow-d.github.io",
- "girlthi.ng",
- "lenooby09.tech",
- "ackwell.au",
- "ari.express"
],
},
diff --git a/public/static/messages/nano-note.tar.zst b/public/static/messages/nano-note.tar.zst
index 5b62c4c..2daa807 100644
Binary files a/public/static/messages/nano-note.tar.zst and b/public/static/messages/nano-note.tar.zst differ
diff --git a/src/components/FriendLink.astro b/src/components/FriendLink.astro
index a13d485..66d2efb 100644
--- a/src/components/FriendLink.astro
+++ b/src/components/FriendLink.astro
@@ -1,9 +1,9 @@
---
-import { Image, Picture } from "astro:assets";
+// import { Image, Picture } from "astro:assets";
const { name, image, target } = Astro.props;
---
-
+
\ No newline at end of file
diff --git a/src/components/FriendLinkHigh.astro b/src/components/FriendLinkHigh.astro
index 1e89f08..b9f9970 100644
--- a/src/components/FriendLinkHigh.astro
+++ b/src/components/FriendLinkHigh.astro
@@ -13,6 +13,6 @@ const { name, image, target } = Astro.props;
min-height: 62px;
height: 62px;
max-height: 62px;
- padding: 4px;
+ padding: 0px;
}
\ No newline at end of file
diff --git a/src/components/FriendLinkLow.astro b/src/components/FriendLinkLow.astro
index 22b56e1..9db7cb1 100644
--- a/src/components/FriendLinkLow.astro
+++ b/src/components/FriendLinkLow.astro
@@ -13,6 +13,6 @@ const { name, image, target } = Astro.props;
min-height: 62px;
height: 62px;
max-height: 62px;
- padding: 4px;
+ padding: 0px;
}
\ No newline at end of file
diff --git a/src/components/FriendLinkLowAnimated.astro b/src/components/FriendLinkLowAnimated.astro
index a886eb0..a968c8d 100644
--- a/src/components/FriendLinkLowAnimated.astro
+++ b/src/components/FriendLinkLowAnimated.astro
@@ -13,6 +13,6 @@ const { name, image, target } = Astro.props;
min-height: 62px;
height: 62px;
max-height: 62px;
- padding: 4px;
+ padding: 0px;
}
\ No newline at end of file
diff --git a/src/components/FriendLinkMid.astro b/src/components/FriendLinkMid.astro
index 6785db3..591657f 100644
--- a/src/components/FriendLinkMid.astro
+++ b/src/components/FriendLinkMid.astro
@@ -13,6 +13,6 @@ const { name, image, target } = Astro.props;
min-height: 62px;
height: 62px;
max-height: 62px;
- padding: 4px;
+ padding: 0px;
}
\ No newline at end of file
diff --git a/src/components/FriendLinkMidAnimated.astro b/src/components/FriendLinkMidAnimated.astro
index b716c47..21c38e2 100644
--- a/src/components/FriendLinkMidAnimated.astro
+++ b/src/components/FriendLinkMidAnimated.astro
@@ -13,6 +13,6 @@ const { name, image, target } = Astro.props;
min-height: 62px;
height: 62px;
max-height: 62px;
- padding: 4px;
+ padding: 0px;
}
\ No newline at end of file
diff --git a/src/pages/index.astro b/src/pages/index.astro
index 50ff531..a61c3d6 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -1,14 +1,10 @@
---
import Partition from "../components/Partition.astro";
-import Greeting from "../components/Greeting";
import Social from "../components/Social.astro";
import BaseLayout from "../layouts/BaseLayout.astro";
-import FriendLink from "../components/FriendLinkHigh.astro";
-import FriendLinkMid from "../components/FriendLinkMid.astro";
-import FriendLinkLow from "../components/FriendLinkLow.astro";
-import FriendLinkLowAnimated from "../components/FriendLinkLowAnimated.astro";
-import FriendLinkMidAnimated from "../components/FriendLinkMidAnimated.astro";
+import FriendLink from "../components/FriendLink.astro";
+
const pageTitle = "Aria";
const currentDate = new Date();
@@ -60,13 +56,13 @@ const age = seconds / 31556952;
These are cool people!!
-
+
-
+
-
-
-
+ />
-
-
+
-
-
Extra 88x31 buttons!
@@ -207,6 +218,4 @@ const age = seconds / 31556952;
ageElem!.outerHTML = `${Math.floor(age)}${age.toFixed(8)} years to be exact!`;
}, 1000);
-
-
diff --git a/src/styles/aria.css b/src/styles/aria.css
index dba87a9..80bd2f9 100644
--- a/src/styles/aria.css
+++ b/src/styles/aria.css
@@ -56,7 +56,7 @@ body {
color: var(--fourth-colour);
}
-@media screen and (max-width: 899px) {
+@media screen and (max-width: 1024px) {
body {
width: 95%;
padding-top: 0.5em;