From 8ca51abe9f15c4553d455b69370ac9b2c57cbf00 Mon Sep 17 00:00:00 2001 From: Jonas Leder Date: Wed, 20 Jan 2021 22:32:36 +0100 Subject: [PATCH] better NTP graph on mobile --- scss/_ntp.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scss/_ntp.scss b/scss/_ntp.scss index f757254..276159c 100644 --- a/scss/_ntp.scss +++ b/scss/_ntp.scss @@ -28,4 +28,10 @@ svg{ background-color: #ebebeb; } + @media only screen and (max-width: $mobile-max-width){ + svg { + width: 100%; + height: auto; + } + } } \ No newline at end of file