From 6eb505973b5c0c9b8de2b91408051b0b6cdac2f0 Mon Sep 17 00:00:00 2001 From: Olivier Giulieri Date: Mon, 4 Sep 2023 16:43:12 -0700 Subject: [PATCH] CSS tweaks. --- css/numerology.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/css/numerology.css b/css/numerology.css index 5f98645..5a89462 100644 --- a/css/numerology.css +++ b/css/numerology.css @@ -90,7 +90,8 @@ section { } .desc { display: inline-block; - margin: 10px 0 20px; + margin: 10px 0 16px; + color: grey; } .calc { @@ -113,7 +114,7 @@ section { margin-bottom: 10px; } .meaning > div { - padding: 7px 0 0 90px; + padding: 0 0 0 90px; } .meaning > .num { position: absolute;