From 9ca862181b0446e1e8b035963259c3cf5b796f0e Mon Sep 17 00:00:00 2001 From: NOCanoa <158103554+NOCanoa@users.noreply.github.com> Date: Sat, 21 Sep 2024 12:44:47 +0100 Subject: [PATCH] Shoud fix #187 https://github.com/zen-browser/www/issues/187 --- src/components/cool-header-text.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/cool-header-text.tsx b/src/components/cool-header-text.tsx index 6b29b50..75fc606 100644 --- a/src/components/cool-header-text.tsx +++ b/src/components/cool-header-text.tsx @@ -17,7 +17,7 @@ const TextTitle = styled.h1` background-image: linear-gradient(90deg, #0077e7, #01d8d1); filter: hue-rotate(0deg); animation: ${hueShift} 10s infinite linear 1s; - padding-bottom: 5px; + padding-bottom: 8px; `; export default function CoolHeaderText() {