]> git.cworth.org Git - lmno.games/commitdiff
Don't center glyph-and-name contents vertically
authorCarl Worth <cworth@cworth.org>
Sat, 20 Jun 2020 17:51:04 +0000 (10:51 -0700)
committerCarl Worth <cworth@cworth.org>
Sat, 20 Jun 2020 17:51:04 +0000 (10:51 -0700)
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

index a3b5d2ce676aef8a3ac874157a8de68b2ec26ccd..0db57f6d0e3df0d600dfe3e699cf8be034cf62a0 100644 (file)
@@ -87,7 +87,6 @@
 .glyph-and-name {
     display: flex;
     flex-direction: column;
 .glyph-and-name {
     display: flex;
     flex-direction: column;
-    justify-content: center;
     align-items: center;
 }
 
     align-items: center;
 }