profile improvements

This commit is contained in:
Alejandro Gomez
2023-01-10 08:09:09 +01:00
parent 69eff595ff
commit e3aa1dc548
6 changed files with 46 additions and 14 deletions

View File

@ -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;