JustifyGrid
JustifyGrid copied to clipboard
manage heights of grid?
JustifyGrid looks awesome! question: Is there a way to deal with heights and vertical centering using it without resorting to javascript? here is my problem: http://jsbin.com/udevav/1/edit
That's probably not that easy to do, you can use height: calc(100% - 60px);
(60px is height of header and footer together in this case) but browser support sucks and you'd want it on min-height
which doesn't seem to work.