diff --git a/src/components/Card.astro b/src/components/Card.astro
index 060a652..b60d3d7 100644
--- a/src/components/Card.astro
+++ b/src/components/Card.astro
@@ -21,6 +21,7 @@ const { title } = Astro.props;
}
.card {
+ width: fit-content;
/* the golden rule i think */
/* max-width: 800px is my everything */
max-width: 800px;
diff --git a/src/components/LastFm.astro b/src/components/LastFm.astro
deleted file mode 100644
index 4e32916..0000000
--- a/src/components/LastFm.astro
+++ /dev/null
@@ -1,72 +0,0 @@
----
----
-
-
-
-
-
- on
loading...
- by
loading...
- at
loading...
-
-
-
-
diff --git a/src/content/badges/badges.yml b/src/content/badges/badges.yml
index 2f5ffa1..1725fc0 100644
--- a/src/content/badges/badges.yml
+++ b/src/content/badges/badges.yml
@@ -91,7 +91,3 @@
path: "./img/spax.gif"
alt: "spax dot zone"
href: "https://spax.zone"
-- slug: "mini"
- path: "./img/mini.png"
- alt: "miniaturity"
- href: "https://minipa.ws/"
diff --git a/src/content/badges/img/mini.png b/src/content/badges/img/mini.png
deleted file mode 100644
index 1fef46a..0000000
Binary files a/src/content/badges/img/mini.png and /dev/null differ
diff --git a/src/pages/index.astro b/src/pages/index.astro
index 810be4c..85f3a87 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -3,7 +3,6 @@ import Layout from "../layouts/Layout.astro";
import Card from "../components/Card.astro";
import Badges from "../components/Badges.astro";
-import LastFm from "../components/LastFm.astro";
---
@@ -12,9 +11,6 @@ import LastFm from "../components/LastFm.astro";
this site was made as a dumping grounds for whatever i decide to put on here eventually, more coming soon, i promise!! the whole thing as a whole is still a work in progress
feel free to look around, and if you have any questions, feel free to ask me on my socials or contact me directly
-
-
-