summaryrefslogtreecommitdiff
path: root/src/App.css
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2018-11-17 15:59:41 +0200
committerYuval Adam <_@yuv.al>2018-11-17 15:59:41 +0200
commit476e6d093adb299da05338dadc41ef1130214a73 (patch)
tree3066b26e748a7f40e225d2e30371d0eef149a3fe /src/App.css
parentafa5dacadae5d71d2ea9b016c0cd4fb83fd275a7 (diff)
Fix slider CSS media query
Diffstat (limited to 'src/App.css')
-rw-r--r--src/App.css7
1 files changed, 5 insertions, 2 deletions
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;
- } */
+ }
}