diff --git a/src/pages/Coins/styles.sass b/src/pages/Coins/styles.sass index b323e22..7039ae3 100644 --- a/src/pages/Coins/styles.sass +++ b/src/pages/Coins/styles.sass @@ -16,22 +16,22 @@ .text-header margin-bottom: 0 - line-height: 46pt font-weight: 900 - font-size: 44pt - max-width: 30rem + line-height: 58pt + font-size: 56pt + max-width: 40rem color: $white .text-description font-weight: 500 - font-size: 20pt - max-width: 31rem + font-size: 24pt + max-width: 37rem color: $gray @keyframes pulse 0% filter: drop-shadow(0px 0px 10px #630CF4) - 40%, 60% + 30%, 70% filter: drop-shadow(0px 0px 50px #630CF4) 100% filter: drop-shadow(0px 0px 10px #630CF4) \ No newline at end of file