From 28c84469ecb07a02e3c9fe013c895aa067cb8d84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Gla=CC=88ser?= Date: Mon, 18 May 2026 16:59:32 +0200 Subject: [PATCH] Increase card list drawer width to 40 percent --- styleguide.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styleguide.css b/styleguide.css index 1a18756..d8609d4 100644 --- a/styleguide.css +++ b/styleguide.css @@ -174,7 +174,7 @@ --text-content-block-card-title: var(--color-font-dark); --text-content-block-card-content: var(--color-font-dark); --text-card-list-drawer: var(--color-font-dark); - --layout-card-list-drawer-width: 30%; + --layout-card-list-drawer-width: 40%; /* Typography */ --font-family-base: "Open Sans", sans-serif;