From 905a3fef5470fcafd2668f9bdb0a27baf5f1921c Mon Sep 17 00:00:00 2001 From: Florian Date: Wed, 30 Apr 2025 19:40:01 +0200 Subject: [PATCH] Fix test CSS --- test/styles/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/styles/style.css b/test/styles/style.css index 3a532b2..277e64b 100755 --- a/test/styles/style.css +++ b/test/styles/style.css @@ -33,7 +33,7 @@ h1 { display: contents; } - section { + article { display: none; align-items: center; justify-content: center; @@ -44,7 +44,7 @@ h1 { height: 100vh; } - section:target { + article:target { display: flex; } }