Commit 5ce4b8c7 authored by UTCWebDev's avatar UTCWebDev

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
parent 73f10843
...@@ -14,7 +14,7 @@ footer { ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment