diff --git a/static/style/mobile.css b/static/style/mobile.css index fc12882..04d1f98 100644 --- a/static/style/mobile.css +++ b/static/style/mobile.css @@ -18,12 +18,7 @@ } -/* phablet */ -@media all and (min-width:481px) and (max-width: 568px) { - -} - /* mobile phone */ -@media all and (min-width:321px) and (max-width: 480px) { - +@media all and (min-width:321px) and (max-width: 568px) { + } \ No newline at end of file