Increase avatar size

This commit is contained in:
2021-05-03 15:07:54 +02:00
parent 2f5e0d74e1
commit 425c845416

View File

@@ -182,7 +182,7 @@
// Author
.author {
margin-top: 6.3rem;
margin-bottom: 7.2rem;
margin-bottom: 6.2rem;
text-align: center;
@include media-query($on-mobile) {
@@ -190,8 +190,8 @@
}
.author-avatar {
width: 70px;
height: 70px;
width: 140px;
height: 140px;
border-radius: 100%;
user-select: none;
background-color: $black;
@@ -205,6 +205,7 @@
.author-name {
font-size: 1.7em;
margin-bottom: 2px;
margin-top: 1rem;
}
.author-bio {