footer { @include constrain_wide; margin-top: 6rem; margin-bottom: 1rem; @include breakpoint(gamma) { max-width: 960; margin-top: 8rem; margin-bottom: 3rem; } &:before { @include faded_line_after; margin-bottom: 2em; } .footer-nav-menu { padding: 0; text-align: center; margin-bottom: 1rem; li { display: inline; margin: 0 auto; &:after { content: "/"; color: #999999; padding-left: 0.75em; } a { color: $secondary-link-color; text-decoration: none; } } li:last-of-type { margin-right: 0; &:after { content: " "; } } @include breakpoint(beta) { float: right; text-align: left; } } p { text-align: center; a { text-decoration: none; } @include breakpoint(beta) { float: left; text-align: left; } } }