]> git.wincent.com - hextrapolate.git/commitdiff
Align on baseline, not center
authorGreg Hurrell <greg@hurrell.net>
Tue, 4 Aug 2015 08:19:40 +0000 (01:19 -0700)
committerGreg Hurrell <greg@hurrell.net>
Tue, 4 Aug 2015 08:19:40 +0000 (01:19 -0700)
Strictly speaking, this is more correct, although it does look
too high to the naked eye at first glance.

src/App.css

index 105445ab64d03cc6cc3c97b97218ee0e831befee..63ecd90c600c191c2b6bb8268ce42bda71cb1bce 100644 (file)
@@ -29,7 +29,7 @@ body {
 }
 
 .hextrapolate-row {
 }
 
 .hextrapolate-row {
-  align-items: center;
+  align-items: baseline;
   display: flex;
   margin-bottom: 12px;
 }
   display: flex;
   margin-bottom: 12px;
 }