diff --git a/index.html b/index.html index cdb7d49..7c1cad5 100644 --- a/index.html +++ b/index.html @@ -112,7 +112,7 @@ -
diff --git a/style.css b/style.css
index b1b9c23..ec6228d 100644
--- a/style.css
+++ b/style.css
@@ -1,6 +1,6 @@
/* Target Mobile */
-@media screen and (max-width: 600px) {
+@media screen and (max-width: 761px) {
.mobilehidden {
visibility: hidden;
@@ -22,7 +22,7 @@
/* Smartphone Portrait and Landscape */
@media only screen
and (min-device-width : 320px)
- and (max-device-width : 480px){
+ and (max-device-width : 761px){
.mobileShow {
display: inline;
}