.whoami { padding: 1rem; margin: 4rem 0; border-radius: 0.25rem; @include flexbox(); &__image { width: 100%; height: 100%; object-fit: contain; &-wrapper { border-radius: 50%; margin-right: 1rem; min-width: 64px; min-height: 64px; max-width: 100px; } } &__title { font-weight: 700; margin-bottom: 0.5rem; padding-bottom: 0.5rem; @include themify($themes) { border-bottom: 2px dashed themed('whoami-border-color'); } } &__desc { } }