minor edit: blur opacity reduced.

This commit is contained in:
BenjaminToby 2021-05-26 08:17:16 +01:00
parent af1a0598cd
commit a32335656f

View File

@ -382,7 +382,7 @@ section.hero-section {
transform: translateZ(-400px); transform: translateZ(-400px);
filter: blur(50px); filter: blur(50px);
z-index: -1; z-index: -1;
opacity: .2; opacity: .05;
} }
.scroll-down-icon { .scroll-down-icon {