Skip to content

Commit

Permalink
Merge pull request #10227 from UTCWebDev/master
Browse files Browse the repository at this point in the history
Fixes 10212 - Make custom max-width on row conform to Bootstrap convention
  • Loading branch information
mdo committed Sep 4, 2013
2 parents 0d80320 + ee2e2ae commit 88e1e20
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion examples/offcanvas/offcanvas.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
* Style tweaks
* --------------------------------------------------
*/
html {
overflow-x: hidden;
}
body {
padding-top: 70px;
}
Expand All @@ -13,7 +16,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;
Expand Down

0 comments on commit 88e1e20

Please sign in to comment.