robert-o
3/12/2017 - 11:35 PM

Bottom position 100%vh divs http://stackoverflow.com/questions/38528121/how-to-position-an-element-at-the-bottom-of-the-screen-on-load-but-n

.chevron-down {
    position:absolute;
    top:100vh;
    transform:translateY(-100%);
    width:100%;
}