Increase avatar size
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user