Sha256: e722287ba9db195ef2d6be8c00f32426119352a219ec8adb8857aa974ca20ae1
Contents?: true
Size: 962 Bytes
Versions: 3
Compression:
Stored size: 962 Bytes
Contents
@use "variables"; .page-footer { position: relative; padding-left: 1rem; padding-right: 1rem; margin-top: 2.5rem; margin-bottom: 2rem; } .footer-nav { display: flex; flex-direction: row; align-items: center; justify-content: center; gap: 1rem; height: 2rem; a { display: flex; justify-content: center; align-items: center; height: 100%; min-width: 4rem; max-width: 6rem; border-radius: 3px; padding-left: 0.5rem; padding-right: 0.5rem; text-decoration: none; color: var(--text-primary); &:hover { text-decoration: underline; text-underline-offset: 2px; } } } .footer-hr { max-width: variables.$main-max-width + calc(variables.$content-width-overflow/2); border: 0; border-top: 1px solid var(--border-primary); margin-left: auto; margin-right: auto; } .footer-text { font-size: 0.8em; opacity: 0.75; text-align: center; margin-top: 0.5rem; }
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
jekyll-theme-tallneck-0.3.1 | _sass/tallneck/footer.scss |
jekyll-theme-tallneck-0.3.0 | _sass/tallneck/footer.scss |
jekyll-theme-tallneck-0.2.11 | _sass/tallneck/footer.scss |