From ec4002ccf738a10ad30141515b501c53916e2624 Mon Sep 17 00:00:00 2001 From: Kevin Kandlbinder Date: Mon, 12 Apr 2021 13:36:36 +0000 Subject: [PATCH] Change profile image shape --- src/pages/index.module.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pages/index.module.scss b/src/pages/index.module.scss index ba147b3..10900bf 100644 --- a/src/pages/index.module.scss +++ b/src/pages/index.module.scss @@ -96,12 +96,14 @@ .profileImage { z-index: 20; box-shadow: -1px 11px 33px -10px #e5502b4b; + clip-path: polygon(6% 8%, 88% 5%, 95% 91%, 7% 96%); } .profileImageDummy { z-index: 10; background: $accentColor; opacity: 0.2; + clip-path: polygon(14% 4%, 95% 1%, 88% 96%, 2% 89%); } @media (max-width: 590px) {