Fixed jumpy footer

This commit is contained in:
Abdullah Almsaeed
2015-02-06 16:43:14 -05:00
parent 3888ca4471
commit fd947242ac
6 changed files with 19 additions and 15 deletions

View File

@@ -57,9 +57,12 @@ body {
.content-wrapper,
.right-side,
.main-footer {
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
-webkit-transition: margin-left 0.3s ease;
-o-transition: margin-left 0.3s ease;
transition: margin-left 0.3s ease;
-webkit-transition: transform 0.3s ease;
-o-transition: transform 0.3s ease;
transition: transform 0.3s ease;
margin-left: 230px;
}
.layout-top-nav .content-wrapper,