This commit is contained in:
everythingonblack
2025-04-04 23:02:30 +07:00
parent 6b59349eff
commit 055decb2ce

View File

@@ -505,17 +505,17 @@
}
.escappucino {
position: relative;
top: -63.6%;
top: -67.7%;
width: 100%;
animation: escappucinoscaleAnimation 20s infinite; /* Apply the scale animation */
}
.escappucino img {
width: 100%;
position: absolute;
}
.escappucino > img:nth-child(1) {
position: absolute;
animation: escappucinochildOpacityAnimation 20s infinite;
}
@@ -592,17 +592,17 @@
.chickenkatsu {
position: relative;
top: -27.6%;
top: -26%;
width: 100%;
animation: chickenkatsuscaleAnimation 20s infinite; /* Apply the scale animation */
}
.chickenkatsu img {
width: 100%;
position: absolute;
}
.chickenkatsu > img:nth-child(1) {
position: absolute;
animation: chickenkatsuchildOpacityAnimation 20s infinite;
}