diff --git a/index.html b/index.html index b939a02..286bd60 100644 --- a/index.html +++ b/index.html @@ -78,9 +78,9 @@
prons
it or they
quantity
2 -
limbs
many
consistency
soft -
awakeness
≤ 40% +
limbs
many +
awakeness
40% or less diff --git a/style.css b/style.css index b2a485d..8239be1 100644 --- a/style.css +++ b/style.css @@ -107,9 +107,7 @@ hr { dl { display: grid; - width: 30em; - margin: auto; - grid-template-columns: 1fr 2fr 1fr 2fr; + grid-template-columns: repeat(4, auto); grid-row-gap: 6px; }