From 055decb2ce9f0383ccd9b0bd1136e7832a4dd9c0 Mon Sep 17 00:00:00 2001 From: everythingonblack Date: Fri, 4 Apr 2025 23:02:30 +0700 Subject: [PATCH] ok --- src/components/StepByStep.module.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/StepByStep.module.css b/src/components/StepByStep.module.css index bc54436..94e168a 100644 --- a/src/components/StepByStep.module.css +++ b/src/components/StepByStep.module.css @@ -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; }