Commit 88e1e20b authored by Mark Otto's avatar Mark Otto

Merge pull request #10227 from UTCWebDev/master

Fixes 10212 - Make custom max-width on row conform to Bootstrap convention
parents 0d80320f ee2e2ae0
......@@ -2,6 +2,9 @@
* Style tweaks
* --------------------------------------------------
*/
html {
overflow-x: hidden;
}
body {
padding-top: 70px;
}
......@@ -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;
......
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