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{