From 8e819b33ddf1a48eafb2df860c7e739fabcddfdc Mon Sep 17 00:00:00 2001 From: Brandon Rozek Date: Tue, 12 Oct 2021 00:58:03 -0400 Subject: [PATCH] Make avatar on home page larger --- assets/css/style.css | 13 +++++++++++++ layouts/index.html | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/assets/css/style.css b/assets/css/style.css index 2fe03fa..2582afc 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -42,6 +42,10 @@ header .avatar { height: 100px; } +.home .avatar { + height: 250px; +} + header .avatar img { position: absolute; width: 100px; @@ -50,11 +54,20 @@ header .avatar img { right: 0; } +.home .avatar img { + width: 250px; +} + header .avatarMask { clip-path: circle(48px at center); -webkit-clip-path: circle(48px at center); } +.home .avatarMask { + clip-path: circle(120px at center); + -webkit-clip-path: circle(120px at center); +} + /* Footer */ footer { font-size: 12px; diff --git a/layouts/index.html b/layouts/index.html index ae99b53..d8b45d9 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -4,7 +4,7 @@
-
+
avatar