.whoami { padding: 1rem; margin: 4rem 0; border-radius: 0.25rem; @include flexbox(); @include themify($themes) { border: 2px dashed themed('whoami-border-color'); } &__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; } &__desc { } }