From: Greg Hurrell Date: Tue, 4 Aug 2015 08:19:40 +0000 (-0700) Subject: Align on baseline, not center X-Git-Url: https://git.wincent.com/hextrapolate.git/commitdiff_plain/295995292aac2d54294b092ea2297d79f180bae1 Align on baseline, not center Strictly speaking, this is more correct, although it does look too high to the naked eye at first glance. --- 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; }