diff --git a/_sass/klise/_layout.scss b/_sass/klise/_layout.scss index 7d87780..050cdd1 100644 --- a/_sass/klise/_layout.scss +++ b/_sass/klise/_layout.scss @@ -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 { @@ -377,4 +378,4 @@ border: 1px solid rgba(128, 128, 128, 0.1); background-color: rgba(128, 128, 128, 0.1); } -} \ No newline at end of file +}