spacing for bio

This commit is contained in:
Alejandro Gomez 2023-01-15 23:34:24 +01:00
parent bb2d7950fe
commit 312451e836
No known key found for this signature in database
GPG Key ID: 4DF39E566658C817

View File

@ -93,6 +93,7 @@
.profile .details { .profile .details {
max-width: 680px; max-width: 680px;
width: 100%; width: 100%;
margin-top: 12px;
} }
.profile .details p { .profile .details p {
@ -149,10 +150,12 @@
@media (min-width: 360px) { @media (min-width: 360px) {
.profile .copy .body { font-size: 14px } .profile .copy .body { font-size: 14px }
.profile .details-wrapper, .profile .avatar-wrapper { margin-left: 21px; } .profile .details-wrapper, .profile .avatar-wrapper { margin-left: 21px; }
.profile .details { width: calc(100% - 21px); }
} }
@media (min-width: 720px) { @media (min-width: 720px) {
.profile .details-wrapper, .profile .avatar-wrapper { margin-left: 30px; } .profile .details-wrapper, .profile .avatar-wrapper { margin-left: 30px; }
.profile .details { width: calc(100% - 30px); }
} }
.profile .follow-button { .profile .follow-button {