From 84bea350b302c6fefe2525cdfef5aaed8097abfa Mon Sep 17 00:00:00 2001 From: mauro-balades Date: Mon, 16 Sep 2024 23:25:04 +0200 Subject: [PATCH] Refactor CoolHeaderText component to add animation and improve styling --- src/components/cool-header-text.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/cool-header-text.tsx b/src/components/cool-header-text.tsx index 16dc4e9..6b29b50 100644 --- a/src/components/cool-header-text.tsx +++ b/src/components/cool-header-text.tsx @@ -17,12 +17,13 @@ const TextTitle = styled.h1` background-image: linear-gradient(90deg, #0077e7, #01d8d1); filter: hue-rotate(0deg); animation: ${hueShift} 10s infinite linear 1s; + padding-bottom: 5px; `; export default function CoolHeaderText() { return ( <> -
+
Beautiful. Fast. Private.
Your Browser, Your Way.