From 12f79953588974fa77fab5ac7fe6f5c8df1b4bd4 Mon Sep 17 00:00:00 2001 From: Tabby <41929769+tabby-cat-nya@users.noreply.github.com> Date: Mon, 28 Apr 2025 00:41:25 +1000 Subject: [PATCH] this seems unwise --- components/ProjectCardV2.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/components/ProjectCardV2.vue b/components/ProjectCardV2.vue index 0387abe..d1abcdb 100644 --- a/components/ProjectCardV2.vue +++ b/components/ProjectCardV2.vue @@ -3,6 +3,7 @@
+

{{props.title}}

@@ -56,7 +57,7 @@ const props = defineProps<{ .top-level{ margin-right: 10px; - margin-bottom: 10px; + margin-bottom: 5px; } .card{ @@ -79,6 +80,10 @@ const props = defineProps<{ .project-image{ width: 100%; + /* height: 100px; */ + object-fit: cover; + background-color: aqua; + margin-bottom: -7px; } .content{