From e72338a7d9d752f06a47e9feef34d2ab485ceac6 Mon Sep 17 00:00:00 2001 From: Bartuccio Antoine Date: Tue, 9 Jul 2019 16:33:06 +0200 Subject: [PATCH] pedagogy: enlarge shape around author --- core/static/core/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/static/core/style.scss b/core/static/core/style.scss index 575129ac..e919eb81 100644 --- a/core/static/core/style.scss +++ b/core/static/core/style.scss @@ -2054,7 +2054,7 @@ $pedagogy-white-text: #f0f0f0; padding-left: 20px; background-color: $pedagogy-orange; - clip-path: polygon(0 10px, 0 100%, 300px 200%, 250px 10px); + clip-path: polygon(0 10px, 0 100%, 350px 200%, 300px 10px); @media screen and (max-width: $large-devices){ clip-path: none;