erynwells.me/content/about/style.css

8 lines
106 B
CSS
Raw Normal View History

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