From 01b4b06fba4c6ae9f9a0506ba52e1a056e46a615 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matilda=20Landstr=C3=B6m?= Date: Wed, 16 Oct 2024 10:45:45 +0200 Subject: [PATCH] fix(SW-438): align columns --- components/ContentType/ContentPage/contentPage.module.css | 1 + 1 file changed, 1 insertion(+) diff --git a/components/ContentType/ContentPage/contentPage.module.css b/components/ContentType/ContentPage/contentPage.module.css index aa0036f83..c0c94aa42 100644 --- a/components/ContentType/ContentPage/contentPage.module.css +++ b/components/ContentType/ContentPage/contentPage.module.css @@ -37,6 +37,7 @@ display: grid; padding: var(--Spacing-x4) var(--Spacing-x2) 0; gap: var(--Spacing-x4); + align-items: start; } .mainContent {