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
.author { .author {
margin-top: 6.3rem; margin-top: 6.3rem;
margin-bottom: 7.2rem; margin-bottom: 6.2rem;
text-align: center; text-align: center;
@include media-query($on-mobile) { @include media-query($on-mobile) {
@@ -190,8 +190,8 @@
} }
.author-avatar { .author-avatar {
width: 70px; width: 140px;
height: 70px; height: 140px;
border-radius: 100%; border-radius: 100%;
user-select: none; user-select: none;
background-color: $black; background-color: $black;
@@ -205,6 +205,7 @@
.author-name { .author-name {
font-size: 1.7em; font-size: 1.7em;
margin-bottom: 2px; margin-bottom: 2px;
margin-top: 1rem;
} }
.author-bio { .author-bio {
@@ -377,4 +378,4 @@
border: 1px solid rgba(128, 128, 128, 0.1); border: 1px solid rgba(128, 128, 128, 0.1);
background-color: rgba(128, 128, 128, 0.1); background-color: rgba(128, 128, 128, 0.1);
} }
} }