diff --git a/content/about/style.css b/content/about/style.css index b39c308..b61a43d 100644 --- a/content/about/style.css +++ b/content/about/style.css @@ -1,4 +1,7 @@ - -img#me { +@layer page { + img#me { + margin: 0; + shape-outside: circle(55%); width: min(200px, 25%); + } }