From 787a3fe41ee5f8321f6f9c8c6f625db7285b5473 Mon Sep 17 00:00:00 2001 From: Ash Monty Date: Sat, 24 Sep 2022 11:23:41 +0200 Subject: [PATCH] fix(style): bandwidth text bubble arrow --- public/assets/css/partials/footer.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/assets/css/partials/footer.css b/public/assets/css/partials/footer.css index 8e64a29..da71bc4 100644 --- a/public/assets/css/partials/footer.css +++ b/public/assets/css/partials/footer.css @@ -127,8 +127,8 @@ footer .bandwidth-raccoon-wrapper .text-bubble:after { z-index: 1; border-style: solid; border-color: var(--bg-shade-3) transparent; - border-width: 10px 10px 0; - bottom: -10px; + border-width: 12px 12px 0; + bottom: -9px; right: 60px; margin-left: -10px; }