Sha256: 0705b003d4a48c222cfe8fd372384ef2b3dd0d54bba6badcf1618e2916f20749
Contents?: true
Size: 736 Bytes
Versions: 4
Compression:
Stored size: 736 Bytes
Contents
/* ========================================================================== Author ========================================================================== */ .author-avatar { display: none; @include breakpoint($large) { display: inline; margin-bottom: 1em; width: 100px; height: 100px; border-radius: 100px; } } .author-name { @include breakpoint($large) { margin-bottom: 0.5em; } } .author-links { display: none; margin: 0 0 1.5em; padding: 0; list-style: none; @include breakpoint($large) { display: block; } } .author-link { display: inline; padding-right: 0.5em; @include breakpoint($large) { padding: 0.25em; } a { text-decoration: none; } }
Version data entries
4 entries across 4 versions & 1 rubygems