fix(landing): opacity
This commit is contained in:
parent
be87bec172
commit
1ede788f99
1 changed files with 1 additions and 2 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue