gallery component now fancier
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
img: banner,
|
||||
link: `/blog/${entry.key}/`,
|
||||
imgAlt: `Preview image for ${entry.post.title}`,
|
||||
description: entry.post.description,
|
||||
};
|
||||
}
|
||||
</script>
|
||||
|
||||
@@ -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,
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user