gallery component now fancier

This commit is contained in:
2026-03-07 13:40:28 +01:00
parent b36da8b0f7
commit 41ef47d53d
4 changed files with 50 additions and 27 deletions

View File

@@ -139,9 +139,12 @@
--underline-dash-size: 1px;
/* durations */
--duration-animation: 0.1s;
--duration-blur: 0.2s;
/* animation */
--duration-animation: 0.3s;
--anim-curve: cubic-bezier(0.22, 1, 0.36, 1);
/* fonts */
--font-line-height: 1.6rem;

View File

@@ -18,6 +18,7 @@
img: banner,
link: `/blog/${entry.key}/`,
imgAlt: `Preview image for ${entry.post.title}`,
description: entry.post.description,
};
}
</script>

View File

@@ -13,6 +13,7 @@
img: `/projects/projectn5/devlog/${entry.key}/preview.webp`,
link: `/projects/projectn5/devlog/${entry.key}/`,
imgAlt: `Preview image for ${entry.post.title}`,
description: entry.post.description,
};
}