Outset shadows don't work very well with 3d transformed elements w/perspective, apparently
This commit is contained in:
parent
7b35d790d6
commit
b2861b0268
1 changed files with 1 additions and 0 deletions
|
@ -108,6 +108,7 @@ button, summary { cursor: pointer; }
|
||||||
.feature-tilted {
|
.feature-tilted {
|
||||||
margin: 2em;
|
margin: 2em;
|
||||||
transform: rotateY(-10deg);
|
transform: rotateY(-10deg);
|
||||||
|
/* box-shadow: 0 0 0.5em var(--shadow); */
|
||||||
|
|
||||||
transition: transform 0.25s;
|
transition: transform 0.25s;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue