Massage the grid layout

This commit is contained in:
Michael Rose
2016-03-20 15:20:33 -04:00
parent 1e3b62d893
commit 780b30c9f6
12 changed files with 56 additions and 39 deletions

View File

@@ -12,7 +12,7 @@ $(document).ready(function(){
var stickySideBar = function(){
var windowWidth = $(window).width();
if (windowWidth > 768) {
if (windowWidth > 1024) {
// fix
Stickyfill.rebuild();
Stickyfill.init();