Sha256: 54e68e8210b6051da73f04fa5f1bc4823c5571955164b3527a53ea30171bfc9f
Contents?: true
Size: 690 Bytes
Versions: 6
Compression:
Stored size: 690 Bytes
Contents
// Author .john-landing { margin-top: 7rem; margin-bottom: 7rem; text-align: center; margin-inside: 15px; @include media-query($on-mobile) { margin-top: 3.5em; margin-bottom: 3.5em; } .author-avatar { width: 100px; height: 100px; border-radius: 100%; user-select: none; background-color: $black; -ms-user-select: none; -webkit-user-select: none; -webkit-animation: 0.5s ease-in forwards fadein; animation: 0.5s ease-in forwards fadein; opacity: 1; } .author-name { font-size: 1.7em; margin-bottom: 2px; } .author-bio { margin: 0 auto; opacity: 0.9; max-width: 393px; line-height: 1.688; } }
Version data entries
6 entries across 6 versions & 1 rubygems