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