From 87fda6b23454f7fbdceacae1b6a73259f1682dd1 Mon Sep 17 00:00:00 2001 From: Dannon Baker Date: Tue, 10 Sep 2024 08:24:39 -0400 Subject: [PATCH] Show description on listing, fix title --- showcase/src/components/WorkflowList.vue | 21 ++++++++++++++------- showcase/src/pages/index.astro | 4 ++-- 2 files changed, 16 insertions(+), 9 deletions(-) diff --git a/showcase/src/components/WorkflowList.vue b/showcase/src/components/WorkflowList.vue index d9b4b2cbc..8e7130ab8 100644 --- a/showcase/src/components/WorkflowList.vue +++ b/showcase/src/components/WorkflowList.vue @@ -1,9 +1,11 @@ @@ -13,16 +15,21 @@ grid-template-columns: repeat(3, 1fr); gap: 10px; } +.grid-item { + border: 1px solid #ccc; + border-radius: 4px; + padding: 10px; + box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); +} \ No newline at end of file diff --git a/showcase/src/pages/index.astro b/showcase/src/pages/index.astro index 8a6ab9028..4207bcec1 100644 --- a/showcase/src/pages/index.astro +++ b/showcase/src/pages/index.astro @@ -5,10 +5,10 @@ import WorkflowList from "../components/WorkflowList.vue"; import { Debug } from 'astro:components'; --- - +

Intergalactic Workflow Commission Gallery

- +