Remove the fade again because it is strange
This commit is contained in:
parent
5bc19ea5c0
commit
6ae6514c5d
1 changed files with 0 additions and 12 deletions
|
@ -45,18 +45,6 @@
|
||||||
background: colors.$background;
|
background: colors.$background;
|
||||||
color: colors.$background-c;
|
color: colors.$background-c;
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
|
|
||||||
animation: 4s ease both fade-in;
|
|
||||||
}
|
|
||||||
|
|
||||||
@keyframes fade-in {
|
|
||||||
from {
|
|
||||||
opacity: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
to {
|
|
||||||
opacity: 1;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.index-page__background {
|
.index-page__background {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue