Removing keyword and prefix phone: should always be tiny. Replacing in a comment in MQ about small medium/m by small/s
This commit is contained in:
parent
549e41855a
commit
37150f2ec0
1 changed files with 2 additions and 3 deletions
|
@ -68,7 +68,7 @@
|
||||||
float: none;
|
float: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* layouts for medium (m) screens */
|
/* layouts for small (s) screens */
|
||||||
.small-hidden { display: none !important; }
|
.small-hidden { display: none !important; }
|
||||||
.small-visible { display: block !important; }
|
.small-visible { display: block !important; }
|
||||||
.small-no-float {float: none; }
|
.small-no-float {float: none; }
|
||||||
|
@ -142,8 +142,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
/* layouts for tiny (t) screens */
|
/* layouts for tiny (t) screens */
|
||||||
.tiny-hidden,
|
.tiny-hidden { display: none !important; }
|
||||||
.phone-hidden { display: none !important; }
|
|
||||||
.tiny-visible { display: block !important; }
|
.tiny-visible { display: block !important; }
|
||||||
.tiny-no-float {float: none;}
|
.tiny-no-float {float: none;}
|
||||||
.tiny-inbl {
|
.tiny-inbl {
|
||||||
|
|
Loading…
Reference in a new issue