diff --git a/src/components/Footer.module.css b/src/components/Footer.module.css index 13e8991..b5f21c7 100644 --- a/src/components/Footer.module.css +++ b/src/components/Footer.module.css @@ -32,7 +32,6 @@ .logoIcon { width: 40px; height: 40px; - border-radius: var(--radius-sm); } .logoText { diff --git a/src/components/Header.module.css b/src/components/Header.module.css index bf0a87b..ce59e2c 100644 --- a/src/components/Header.module.css +++ b/src/components/Header.module.css @@ -33,7 +33,6 @@ .logoIcon { width: 40px; height: 40px; - border-radius: var(--radius-sm); } .logoText { diff --git a/src/pages/home/sections/Download.module.css b/src/pages/home/sections/Download.module.css index 66ad801..cd09c9d 100644 --- a/src/pages/home/sections/Download.module.css +++ b/src/pages/home/sections/Download.module.css @@ -25,8 +25,7 @@ .appIcon { width: 120px; height: 120px; - border-radius: var(--radius-xl); - box-shadow: var(--shadow-xl); + filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.15)); } .title {