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; } }