From ed3fee5b81927df04335b824351fffc361c459f2 Mon Sep 17 00:00:00 2001 From: benzbarquilla Date: Wed, 4 Mar 2026 16:01:10 +0800 Subject: [PATCH] updated asset position --- frontend/src/app/home/styles.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/home/styles.module.css b/frontend/src/app/home/styles.module.css index 0a7fdb3..4e3fe60 100644 --- a/frontend/src/app/home/styles.module.css +++ b/frontend/src/app/home/styles.module.css @@ -56,7 +56,7 @@ height: 350px; /* aspect-ratio: 75/75; */ background: url(/images/idp.png) 50% / cover no-repeat; - transform: translate(-5px, -40px) scale(0.9); + transform: translate(-5px, -30px) scale(0.9) rotate(5deg); } .weather { display: flex;