.profile { align-items: flex-start; } .profile > div:last-child { margin-left: 10px; } .profile p { white-space: pre-wrap; } .profile .name { align-items: flex-start; } .profile .name h2 { margin: 0; } .profile .avatar-wrapper { margin: auto 10px; } .profile .avatar { width: 256px; height: 256px; background-size: cover; border-radius: 100%; } .profile .details { margin-top: auto; margin-bottom: auto; overflow: hidden; } .profile .website { margin-bottom: 10px; color: var(--highlight); } .profile .website::before { content: '🔗 '; font-size: 10px; } @media(max-width: 720px) { .profile { flex-direction: column; align-items: center; } .profile > div:last-child { margin: 0; width: 100%; } } @media(max-width: 420px) { .profile .name { flex-direction: column; } .profile .name .btn { margin-top: 5px; } }