diff --git a/frontend/public/images/idp.png b/frontend/public/images/idp.png new file mode 100644 index 0000000..cb3c7c3 Binary files /dev/null and b/frontend/public/images/idp.png differ diff --git a/frontend/src/app/home/styles.module.css b/frontend/src/app/home/styles.module.css index f4d21e5..0a7fdb3 100644 --- a/frontend/src/app/home/styles.module.css +++ b/frontend/src/app/home/styles.module.css @@ -52,12 +52,11 @@ right: 0; } .gradientGlass { - width: 210px; - height: 339px; + width: 350px; + height: 350px; /* aspect-ratio: 75/75; */ - background: url(/images/gradientnormal.png) rgba(211, 211, 211, 0) 50% / cover - no-repeat; - transform: translate(-15px, -60px); + background: url(/images/idp.png) 50% / cover no-repeat; + transform: translate(-5px, -40px) scale(0.9); } .weather { display: flex;