commit: 5a661191f7d989719b81cfc763fb11328b6300f3
parent a018484427ebb9d0c284aa436a3f2cc1e769ea97
Author: Matt Korostoff <mkorostoff@gmail.com>
Date: Wed, 27 May 2020 21:10:04 -0400
Merge pull request #37 from unitof/fix-dimensions
Fix $1 million div dimensions
Diffstat:
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 {