diff --git a/public/index.html b/public/index.html index df4c798..5f8593a 100644 --- a/public/index.html +++ b/public/index.html @@ -49,11 +49,11 @@ padding: 10rem 1rem 0 1rem; } - h2 span { + h2 { background-clip: text; background: linear-gradient(to left, #ff5a7e 40%, #00aeff); text-align: center; - font-weight: 800; + font-weight: 600; color: transparent; -webkit-background-clip: text; -webkit-text-fill-color: transparent; @@ -75,7 +75,7 @@ border-radius: 1rem; overflow: hidden; width: fit-content; - margin: 0 auto 1rem auto; + margin: 1rem auto 1rem auto; } @@ -83,10 +83,10 @@