1
0
Fork 0

reorder stats again

This commit is contained in:
Rhiannon Morris 2021-05-24 20:56:11 +02:00
parent 2c84aba7f4
commit d4e6d5b6d8
2 changed files with 3 additions and 5 deletions

View File

@ -78,9 +78,9 @@
<dt> prons <dd title='she for niss, he for nisse'> it or they
<dt> quantity <dd> 2
<dt> limbs <dd> many
<dt> consistency <dd> soft
<dt> awakeness <dd> ≤ 40%
<dt> limbs <dd> many
<dt> awakeness <dd> 40% or less
</dl>
</section>
</main>

View File

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