diff --git a/00 Demos Showcase/src/pages/rwd/03_README.md b/00 Demos Showcase/src/pages/rwd/03_README.md index c096272..8cbd423 100644 --- a/00 Demos Showcase/src/pages/rwd/03_README.md +++ b/00 Demos Showcase/src/pages/rwd/03_README.md @@ -91,7 +91,7 @@ + } + } + -+ @media screen and (min-width: 1023px) and (max-width: 768px) { ++ @media screen and (max-width: 1023px) and (min-width: 768px) { + .span-1 { + width: 30%; + background-color: red; diff --git a/00 Demos Showcase/src/pages/rwd/03_media-queries.html b/00 Demos Showcase/src/pages/rwd/03_media-queries.html index 03f8670..bdd42c9 100644 --- a/00 Demos Showcase/src/pages/rwd/03_media-queries.html +++ b/00 Demos Showcase/src/pages/rwd/03_media-queries.html @@ -49,7 +49,7 @@ } } - @media screen and (max-width: 1023px) and (max-width: 768px) { + @media screen and (max-width: 1023px) and (min-width: 768px) { .span-1 { width: 30%; background-color: red;