I cant win
This commit is contained in:
parent
c9140b690d
commit
6b18b47887
1 changed files with 4 additions and 4 deletions
|
@ -137,17 +137,17 @@ img:not(.project-inner > div > img):not(.activity>img) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* @keyframes textFade {
|
@keyframes textFade {
|
||||||
0% {
|
0% {
|
||||||
transform: scale(1.15);
|
transform: scale(1.15);
|
||||||
opacity: 0;
|
/* opacity: 0; */
|
||||||
}
|
}
|
||||||
|
|
||||||
100% {
|
100% {
|
||||||
transform: scale(1);
|
transform: scale(1);
|
||||||
opacity: 1;
|
/* opacity: 1; */
|
||||||
|
}
|
||||||
}
|
}
|
||||||
} */
|
|
||||||
|
|
||||||
@keyframes hideContent {
|
@keyframes hideContent {
|
||||||
0% {
|
0% {
|
||||||
|
|
Loading…
Reference in a new issue