From c27ce84416b6a0fbc60e976a5fc90149ba24005a Mon Sep 17 00:00:00 2001 From: Jafeth Garro <45522320+IAmJafeth@users.noreply.github.com> Date: Fri, 20 Sep 2024 14:43:11 -0600 Subject: [PATCH] Fixed Graphview in mobile view --- quartz/components/styles/graph.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quartz/components/styles/graph.scss b/quartz/components/styles/graph.scss index 441ba14..7a4d1d1 100644 --- a/quartz/components/styles/graph.scss +++ b/quartz/components/styles/graph.scss @@ -64,7 +64,7 @@ width: 50vw; @media all and (max-width: $fullPageWidth) { - width: 90%; + width: 100%; } } }