From 3b766e181c59ce148fde73e507276c9fbaf37eb1 Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Tue, 4 Sep 2018 18:35:39 +0200 Subject: fixing grid readjustment with expand and screens < 1150px --- client/src/sass/application.scss | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'client/src/sass/application.scss') diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index 8e663d32f..a4fea13c2 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss @@ -363,3 +363,9 @@ table { } } } + +@media screen and (max-width: 400px) { + menu { + width: 100%; + } +} -- cgit v1.2.3