From 4576de0c8dfc19ac8ac3b8c4aea4fafd1421cf20 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Sun, 20 Aug 2023 12:14:43 -0700 Subject: [PATCH] Wrap about's style in `@layer page { }` --- content/about/style.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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%); + } }