Fix test CSS

This commit is contained in:
Florian 2025-04-30 19:40:01 +02:00
parent cc56bad408
commit 905a3fef54

View File

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