From 2a7bbf3c831a89097ab93daa11747f51b3716c10 Mon Sep 17 00:00:00 2001 From: kolaente Date: Sun, 26 Apr 2020 15:37:49 +0200 Subject: [PATCH] Fix related tasks list being too large --- src/styles/components/task.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/styles/components/task.scss b/src/styles/components/task.scss index 8dde0739..2a5eaac4 100644 --- a/src/styles/components/task.scss +++ b/src/styles/components/task.scss @@ -173,6 +173,10 @@ padding: 1em; color: $text; + .task { + max-width: 500px; + } + @media screen and (max-width: 800px) { border-radius: 0; padding-top: 2rem;