diff --git a/src/components/gradient/gradient.module.css b/src/components/gradient/gradient.module.css index 6595319..8daa933 100644 --- a/src/components/gradient/gradient.module.css +++ b/src/components/gradient/gradient.module.css @@ -14,5 +14,6 @@ background: inherit; content: ''; filter: blur(10px); + opacity: 0.8; } } diff --git a/src/components/hero/hero.module.css b/src/components/hero/hero.module.css index 3a0b4a1..0c777e6 100644 --- a/src/components/hero/hero.module.css +++ b/src/components/hero/hero.module.css @@ -1,5 +1,5 @@ .hero { - padding: 100px 0 60px; + padding: 120px 0 60px; text-align: center; & .logo {