fix: 💄 update box-shadows for better visual clarity

This commit is contained in:
Sebin Nyshkim 2025-06-28 22:36:35 +02:00
parent eb107195fb
commit 7512e920e1
4 changed files with 5 additions and 3 deletions

View file

@ -71,7 +71,7 @@
border-radius: inherit;
padding: 1.5em;
box-shadow: 0.125em 0.125em 0.5em var(--clr-box-shadow);
box-shadow: 0.125em 0.125em 0.75em 0.25em var(--clr-box-shadow);
z-index: 0;
}