[]> {
const allTags: CollectionEntry<"tags">[] = await getCollection("tags");
// Loop through all the tags in a post and the tags in the collections
@@ -149,6 +154,6 @@ I'm hoping to write more blogs in the future, mainly to practice my writing skil
regardless if it's something political or programming related. But life's in a tangle right now
- ![Maned Wolf art by Pulex](../../assets/posts/pulex_leg.webp)
- [Art by Pulex](https://www.pulexart.com/)
+ ![Maned Wolf art by Pulex](../../assets/posts/pulex_leg.webp) [Art by
+ Pulex](https://www.pulexart.com/)
diff --git a/src/styles/_music.scss b/src/styles/_music.scss
index 8c63b2a..e022acc 100644
--- a/src/styles/_music.scss
+++ b/src/styles/_music.scss
@@ -30,7 +30,11 @@
//border-radius: $radius;
- mask-image: linear-gradient(to right, rgba(#fff, 0.5), rgba(#fff, 0) 80%);
+ mask-image: linear-gradient(
+ to right,
+ rgba(#fff, 0.5),
+ rgba(#fff, 0) 80%
+ );
object-fit: cover;
z-index: +1;
}