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