Sha256: 2ecaa039a649e6e52cc979883713c190d04d631b00a65df55125470a3a5f79c5
Contents?: true
Size: 700 Bytes
Versions: 3
Compression:
Stored size: 700 Bytes
Contents
/** * Site Info */ .footer { @include flexbox(); @include align-items(center); color: $footer-text-color; background: $footer-background; a { @include link-colors ($footer-text-color, $main-color-1); } .site-info { font-size: map-get($base, font-size-xs); text-align: center; .menu { line-height: map-get($base, line-height-xs); & > * { &:not(:last-child) { @include split-line(right, default, $footer-text-color); padding-right: map-get($spacers, 1); margin-right: map-get($spacers, 1); } } } } } .footer__author-links { @include overflow(auto); .author-links { text-align: center; } }
Version data entries
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
jekyll-text-theme-fork-2.2.6 | _sass/components/_footer.scss |
jekyll-text-theme-2.2.6 | _sass/components/_footer.scss |
jekyll-text-theme-2.2.5 | _sass/components/_footer.scss |