Sha256: 096c7fee0c3958899b294cd5e8ae2f7e73c4554a90df13de7966b6aa9987769a
Contents?: true
Size: 1.11 KB
Versions: 1
Compression:
Stored size: 1.11 KB
Contents
.footer { padding: $spacing-3; @include on-desktop { padding: $spacing-3 $content-gutters-width; margin-top: $spacing-3; margin-left: $desktop-menu-width; } font-size: $small-font-size; text-align: center; @include with-theme { color: color-for(hl); } } @mixin footer-section { margin: $spacing-1 0pt; } .site-description { @include footer-section; text-align: justify; } .social-bar { @include footer-section; } .copyright { @include footer-section; font-style: italic; } .social-link { // Sizing and spacing margin: $spacing-1; // Sizing is scaled by font $font-size: $medium-font-size; // Manually set width and height width: $font-size + 2*$spacing-1; height: $font-size + 2*$spacing-1; border-radius: $font-size; // Center icon display: inline-grid; grid-template-rows: 1fr; grid-template-columns: 1fr; place-items: center; // Style icon font-size: $font-size; text-decoration: none; color: inherit !important; }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jekyll-theme-peaceful-gates-1.2.0 | _sass/jekyll-theme-peaceful-gates/_footer.scss |