From 476e6d093adb299da05338dadc41ef1130214a73 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Sat, 17 Nov 2018 15:59:41 +0200 Subject: Fix slider CSS media query --- src/App.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/App.css') diff --git a/src/App.css b/src/App.css index e445304..e34c45d 100644 --- a/src/App.css +++ b/src/App.css @@ -27,8 +27,11 @@ body { bottom: 8vh; width: 30vw; margin-left: 35vw; - /* @media only screen and (max-device-width: 812px) { +} + +@media only screen and (max-device-width: 812px) { + #slider { width: 80vw; margin-left: 8vw; - } */ + } } -- cgit v1.3.1