2023-08-20 12:14:43 -07:00
|
|
|
@layer page {
|
2023-11-18 11:11:34 -08:00
|
|
|
main > section > p:not(:last-child) {
|
|
|
|
margin-bottom: var(--body-item-spacing);
|
|
|
|
}
|
|
|
|
|
|
|
|
p:has(img#me) {
|
|
|
|
display: inline;
|
|
|
|
grid-column: unset;
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
2023-08-20 12:14:43 -07:00
|
|
|
img#me {
|
|
|
|
margin: 0;
|
|
|
|
shape-outside: circle(55%);
|
2022-10-14 14:29:25 -07:00
|
|
|
width: min(200px, 25%);
|
2023-08-20 12:14:43 -07:00
|
|
|
}
|
2022-10-14 14:29:25 -07:00
|
|
|
}
|