profile improvements
This commit is contained in:
@ -18,6 +18,10 @@
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.profile .avatar-wrapper {
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
.profile .avatar {
|
||||
width: 256px;
|
||||
height: 256px;
|
||||
@ -25,6 +29,20 @@
|
||||
border-radius: 100%;
|
||||
}
|
||||
|
||||
.profile .details {
|
||||
margin-top: auto;
|
||||
margin-bottom: auto;
|
||||
}
|
||||
|
||||
.profile .website {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.profile .website::before {
|
||||
content: '🔗 ';
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
@media(max-width: 720px) {
|
||||
.profile {
|
||||
flex-direction: column;
|
||||
|
Reference in New Issue
Block a user