| .profile-gravatar { | |
| .gravatar { | |
| display: block; | |
| margin: 0 auto; | |
| } | |
| } | |
| .profile-gravatar__user-secondary-info { | |
| margin-bottom: 30px; | |
| text-align: center; | |
| font-size: $font-body-small; | |
| .profile-gravatar.is-in-sidebar & { | |
| color: var(--color-sidebar-text-alternative); | |
| } | |
| } | |
| .profile-gravatar__user-display-name { | |
| font-size: $font-title-small; | |
| font-weight: 600; | |
| line-height: 1.1; | |
| margin: 16px 16px 4px; | |
| text-align: center; | |
| word-break: break-word; | |
| word-wrap: break-word; | |
| } | |