mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-24 14:04:43 +00: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:
parent
73f10843a4
commit
5ce4b8c7ff
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ footer {
|
|||
* Off Canvas
|
||||
* --------------------------------------------------
|
||||
*/
|
||||
@media screen and (max-width: 768px) {
|
||||
@media screen and (max-width: 767px) {
|
||||
.row-offcanvas {
|
||||
position: relative;
|
||||
-webkit-transition: all 0.25s ease-out;
|
||||
|
|
|
|||
Loading…
Reference in a new issue