commit: 04513e4ee0dcee1728eb68db2b4a4e8e0cc078d2 parent a018484427ebb9d0c284aa436a3f2cc1e769ea97 Author: Jacob Ford <j@cobford.com> Date: Wed, 27 May 2020 21:06:32 -0400 Fix million div dimensions (was slightly too large)Diffstat:
M | main.css | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/main.css b/main.css @@ -275,8 +275,8 @@ h1 { width: 200px; } .million .wealth { - width: 33.62px; - height: 33.62px; + width: 31.62px; + height: 31.62px; background-color: #4CAF50; } .billion .wealth {