Reduce margins on profile page

This commit is contained in:
Bojan Mojsilovic 2024-02-05 17:51:08 +01:00
parent 4828073e55
commit 65a254c6d9

View File

@ -267,6 +267,7 @@
} }
} }
.verificationInfo { .verificationInfo {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
@ -275,12 +276,11 @@
font-weight: 400; font-weight: 400;
font-size: 14px; font-size: 14px;
line-height: 16px; line-height: 16px;
margin-top: 10px; margin-top: 2px;
margin-bottom: 16px; margin-bottom: 16px;
.verified { .verified {
display: flex; display: flex;
align-items: center; align-items: center;
margin-bottom: 10px;
.nip05 { .nip05 {
width: 100%; width: 100%;
overflow: hidden; overflow: hidden;