add max width to details

This commit is contained in:
Alejandro Gomez 2023-01-14 14:55:20 +01:00
parent 5e247ba0ed
commit a5e5b6e901
No known key found for this signature in database
GPG Key ID: 4DF39E566658C817

View File

@ -200,5 +200,6 @@
.profile .no-banner .details-wrapper { .profile .no-banner .details-wrapper {
margin-left: 10px; margin-left: 10px;
margin-top: 21px; margin-top: 21px;
max-width: 420px;
} }
} }