Add drop shadow to SVGs for effect

This commit is contained in:
Xevion
2022-12-17 20:59:45 -06:00
parent 4c04ac5ff9
commit 0b7eba82c1

View File

@@ -9,10 +9,13 @@
body {
font-family: "Merriweather", serif;
}
.box {
@apply transition-all max-h-[6rem];
> svg {
@apply drop-shadow-lg;
}
.arrow {
@apply drop-shadow-lg;
* { pointer-events: none }