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() {