From abb0b535d2497569774c73ca15ee607ec24e9a41 Mon Sep 17 00:00:00 2001 From: Yamboy1 Date: Sat, 15 Feb 2020 08:21:16 +1300 Subject: [PATCH] Add extra media style --- ui/scss/component/_main.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ui/scss/component/_main.scss b/ui/scss/component/_main.scss index 210da2f17..8643b52b9 100644 --- a/ui/scss/component/_main.scss +++ b/ui/scss/component/_main.scss @@ -118,4 +118,8 @@ width: 40em; max-width: unset; min-width: unset; + + @media (max-width: $breakpoint-small) { + width: 100%; + } }