From 2308aac677cf51b766966ab07a1bbc49d9da35d8 Mon Sep 17 00:00:00 2001 From: Marco van Dijk Date: Sun, 13 Mar 2022 18:37:07 +0100 Subject: [PATCH] Make side content over on mobile --- src/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/style.css b/src/style.css index 27bfe71..3d7003f 100644 --- a/src/style.css +++ b/src/style.css @@ -613,4 +613,8 @@ svg { .main-container { height: calc(100vh - 60px); } + #sideContent { + max-width: 100%; + width: 100%; + } } \ No newline at end of file