From cbecc0dfc819febf4c2b36791d5a2a7e69d842af Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Sun, 2 Sep 2018 16:19:13 +0200 Subject: 2.5 mobile update + minor upgrades and fixes --- public/css/stylerecord.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'public/css/stylerecord.css') diff --git a/public/css/stylerecord.css b/public/css/stylerecord.css index 9e46c3f..409bcd4 100644 --- a/public/css/stylerecord.css +++ b/public/css/stylerecord.css @@ -63,4 +63,17 @@ input[type="checkbox"] { padding: unset; margin: unset; height: unset; +} + + +@media (max-width: 600px) { + nav { + width: unset; + position: relative; + display: block; + } + + div#menu { + display: block; + } } \ No newline at end of file -- cgit v1.2.3