git.wincent.com
/
hextrapolate.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b690e61
)
Align on baseline, not center
author
Greg Hurrell <greg@hurrell.net>
Tue, 4 Aug 2015 08:19:40 +0000
(
01:19
-0700)
committer
Greg 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
patch
|
blob
|
history
diff --git
a/src/App.css
b/src/App.css
index 105445ab64d03cc6cc3c97b97218ee0e831befee..63ecd90c600c191c2b6bb8268ce42bda71cb1bce 100644
(file)
--- 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;
}