From d4e6d5b6d8c7c7da255e743dab836edb76143f1d Mon Sep 17 00:00:00 2001 From: Rhiannon Morris Date: Mon, 24 May 2021 20:56:11 +0200 Subject: [PATCH] reorder stats again --- index.html | 4 ++-- style.css | 4 +--- 2 files changed, 3 insertions(+), 5 deletions(-) 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; }