diff --git a/src/components/blogCard.astro b/src/components/blogCard.astro
index 9e40a7f..137cb96 100644
--- a/src/components/blogCard.astro
+++ b/src/components/blogCard.astro
@@ -38,10 +38,14 @@ const date = new Date(pubdate).toLocaleDateString('en-GB', options_date)
width: 1.5rem;
border-radius: 50%;
background-color: var(--c-darkpurple);
+ transition: transform var(--speed) var(--ease);
}
a:hover > .circle {
- transform: none;
+ height: 1.75rem;
+ width: 1.75rem;
+ translate: -0.125rem;
+ margin-right: 0.825rem;
}
article {
diff --git a/src/layouts/baseSection.astro b/src/layouts/baseSection.astro
index b7edd12..16bc561 100644
--- a/src/layouts/baseSection.astro
+++ b/src/layouts/baseSection.astro
@@ -34,7 +34,7 @@ const { title } = Astro.props
color: white;
margin: 0.5rem 0px 0.5rem 0.5em;
padding: 0.25rem 0.75rem;
- width: max-content;
+ max-width: max-content;
background-color: var(--c-darkgray);
}
@media (min-width: 512px) {
diff --git a/src/pages/404.astro b/src/pages/404.astro
index 23bdefc..c7ef8e6 100644
--- a/src/pages/404.astro
+++ b/src/pages/404.astro
@@ -10,7 +10,47 @@ const description = "Error. This shouldn't happen :/"
currentpage="404"
descriptionOverride={description}
>
-
+
+
+
+
Well ... you were not supposed to end up here.
+
Go back home
+
+
-
+
diff --git a/static/assets/okita.png b/static/assets/okita.png
index 03431de..f82cbaf 100644
Binary files a/static/assets/okita.png and b/static/assets/okita.png differ
diff --git a/static/assets/shishousad.webp b/static/assets/shishousad.webp
new file mode 100644
index 0000000..41bb76d
Binary files /dev/null and b/static/assets/shishousad.webp differ