From c4b652c064f5eb14e0b0751ea30eb12d31e438a8 Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Thu, 31 Aug 2023 17:14:20 +0200 Subject: [PATCH] Fix alignment of topic page on desktop --- client/src/pages/topic-page.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/pages/topic-page.vue b/client/src/pages/topic-page.vue index 6b49d3f6..9a21db66 100644 --- a/client/src/pages/topic-page.vue +++ b/client/src/pages/topic-page.vue @@ -172,6 +172,7 @@ export default { @include desktop { max-width: 1500px; // 300px (sidebar) + 3x 380 (max width teaser) + 2x 60 (column gap) grid-template-columns: 300px 1fr; + justify-self: flex-start; } &__navigation {