summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
- } */
+ }
}