From 425c8454164107a4b194c977ef029ad805e510df Mon Sep 17 00:00:00 2001 From: Siphalor Date: Mon, 3 May 2021 15:07:54 +0200 Subject: [PATCH] Increase avatar size --- _sass/klise/_layout.scss | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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 +}