fix(landing): opacity

This commit is contained in:
Matthieu Bessat 2024-02-26 16:45:51 +01:00
parent be87bec172
commit 1ede788f99

View file

@ -75,8 +75,8 @@
z-index: 1; z-index: 1;
left: 20px; left: 20px;
bottom: -100px; bottom: -100px;
opacity: 0.4;
svg { svg {
opacity: 0.3;
width: 300px; width: 300px;
} }
} }
@ -97,7 +97,6 @@
bottom: -75px; bottom: -75px;
svg { svg {
width: 500px; width: 500px;
opacity: 0.3;
} }
} }
.separator { .separator {