diff --git a/less/_06-rwd.less b/less/_06-rwd.less index ccb8abb..36f9717 100644 --- a/less/_06-rwd.less +++ b/less/_06-rwd.less @@ -68,7 +68,7 @@ float: none; } - /* layouts for medium (m) screens */ + /* layouts for small (s) screens */ .small-hidden { display: none !important; } .small-visible { display: block !important; } .small-no-float {float: none; } @@ -142,8 +142,7 @@ } /* layouts for tiny (t) screens */ - .tiny-hidden, - .phone-hidden { display: none !important; } + .tiny-hidden { display: none !important; } .tiny-visible { display: block !important; } .tiny-no-float {float: none;} .tiny-inbl {