// FOOTER .footer { padding-top: 5rem; border-top: 1px solid $color-gray-300; .site-info { margin-top: 5rem; padding: 1rem 0; color: $white; font-size: 1.2rem; background-color: $black; a { color: $white; &:hover { text-decoration: underline; } } } .search-form { display: flex; position: relative; label { width: 100%; input { width: 100%; } } input.search-submit { position: absolute; right: 0; top: 0; } } }