This repository has been archived on 2019-10-13. You can view files and clone it, but cannot push or open issues or pull requests.

13 lines
202 B
CSS

footer{
/*mb equal height in #food-nav*/
margin-bottom: 60px;
}
/** Sticky Bottom Nav **/
#food-nav {
z-index: 5000;
bottom: 0;
position: fixed;
width: 100%;
height: 60px;
}