0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

Make custom max-width on row conform to Boostrap convention

Bootstrap break point for tablet portrait 768 keeps the row intact, so it's not appropriate to have off-canvas elements at that width. Custom off-canvas.css should be breakpoint 767px
This commit is contained in:
UTCWebDev 2013-08-27 16:34:26 -04:00
parent 73f10843a4
commit 5ce4b8c7ff

View File

@ -14,7 +14,7 @@ footer {
* Off Canvas * Off Canvas
* -------------------------------------------------- * --------------------------------------------------
*/ */
@media screen and (max-width: 768px) { @media screen and (max-width: 767px) {
.row-offcanvas { .row-offcanvas {
position: relative; position: relative;
-webkit-transition: all 0.25s ease-out; -webkit-transition: all 0.25s ease-out;