Merge pull request #59 from v0l/profile-fix

add max width to details
This commit is contained in:
Kieran 2023-01-14 14:01:45 +00:00 committed by GitHub
commit a6ff2fab08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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