From 91a2de0fa74185407d3dbe84e8d8efa7030ac540 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Sat, 20 Jun 2020 10:51:04 -0700 Subject: [PATCH] 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. --- scribe/scribe.css | 1 - 1 file changed, 1 deletion(-) 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; } -- 2.43.0