Fix chromium based browsers having a stroke
This commit is contained in:
parent
2c4d35c433
commit
6f41d151de
1 changed files with 2 additions and 2 deletions
|
@ -96,12 +96,12 @@ img:not(.project-inner > div > img):not(.activity>img) {
|
|||
0% {
|
||||
transform: translateY(calc(50vh - 6rem)) scale(1.5);
|
||||
opacity: 0;
|
||||
height: 4rem;
|
||||
/* height: 4rem; */
|
||||
}
|
||||
|
||||
50% {
|
||||
opacity: 1;
|
||||
height: 4rem;
|
||||
/* height: 4rem; */
|
||||
transform: translateY(calc(50vh - 6rem)) scale(1.25);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue