diff --git a/frontend/src/components/ui/DesignSystemStyles.astro b/frontend/src/components/ui/DesignSystemStyles.astro index f095861..98374df 100644 --- a/frontend/src/components/ui/DesignSystemStyles.astro +++ b/frontend/src/components/ui/DesignSystemStyles.astro @@ -469,6 +469,14 @@ padding: 1.1rem; } + .ui-card-pad-lg { + padding: 1.5rem; + } + + .ui-card-pad-xl { + padding: 2rem; + } + .ui-card-interactive { transition: transform 140ms ease, border-color 140ms ease, background 140ms ease; } diff --git a/frontend/src/pages/demo.astro b/frontend/src/pages/demo.astro index 713894a..06d9b2b 100644 --- a/frontend/src/pages/demo.astro +++ b/frontend/src/pages/demo.astro @@ -56,7 +56,7 @@ const nextQuery = nextParam ? `&next=${encodeURIComponent(nextParam)}` : '';
@@ -120,7 +120,7 @@ const nextQuery = nextParam ? `&next=${encodeURIComponent(nextParam)}` : ''; Browse Communities โ
@@ -128,21 +128,21 @@ const nextQuery = nextParam ? `&next=${encodeURIComponent(nextParam)}` : ''; vote on proposals, create delegations, and see the member experience firsthand.