From 295995292aac2d54294b092ea2297d79f180bae1 Mon Sep 17 00:00:00 2001 From: Greg Hurrell Date: Tue, 4 Aug 2015 01:19:40 -0700 Subject: [PATCH] Align on baseline, not center Strictly speaking, this is more correct, although it does look too high to the naked eye at first glance. --- src/App.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.css b/src/App.css index 105445a..63ecd90 100644 --- a/src/App.css +++ b/src/App.css @@ -29,7 +29,7 @@ body { } .hextrapolate-row { - align-items: center; + align-items: baseline; display: flex; margin-bottom: 12px; } -- 2.37.1