Wrap about's style in @layer page { }

This commit is contained in:
Eryn Wells 2023-08-20 12:14:43 -07:00
parent c94c4a6c95
commit 4576de0c8d

View file

@ -1,4 +1,7 @@
img#me {
@layer page {
img#me {
margin: 0;
shape-outside: circle(55%);
width: min(200px, 25%);
}
}