ok
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user