minor cosmetic fix

pull/143/head
Aevann 2023-05-04 01:07:36 +03:00
parent 3349218c06
commit c58370463a
1 changed files with 5 additions and 1 deletions

View File

@ -7383,7 +7383,11 @@ button, .btn {
margin-bottom: 0.25rem;
}
#profile--info > p:last-of-type, #profile-mobile--info > p:last-of-type {
#profile--info > p:last-of-type {
margin-bottom: 1rem;
}
#profile-mobile--info > p:last-of-type {
margin-bottom: 0.75rem;
}