From: Carl Worth Date: Sat, 20 Jun 2020 17:51:04 +0000 (-0700) Subject: Don't center glyph-and-name contents vertically X-Git-Url: https://git.cworth.org/git?p=lmno.games;a=commitdiff_plain;h=91a2de0fa74185407d3dbe84e8d8efa7030ac540;ds=sidebyside Don't center glyph-and-name contents vertically This led to the text names of the single-row glyphs ("Single", "Double" and "Line") appearing lower than the names of "Pipe" and "Squat-T" in the same row. With this fix, all glyph names are aligned within a row. --- diff --git a/scribe/scribe.css b/scribe/scribe.css index a3b5d2c..0db57f6 100644 --- a/scribe/scribe.css +++ b/scribe/scribe.css @@ -87,7 +87,6 @@ .glyph-and-name { display: flex; flex-direction: column; - justify-content: center; align-items: center; }