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;