X-Git-Url: https://git.cworth.org/git?p=lmno.games;a=blobdiff_plain;f=scribe%2Fscribe.css;h=c3852b1c2790e2436bbe89d01a2beae19de4272e;hp=6b1e5a642a54d2d582bfee477a5ac884371dcbdd;hb=262b36e22be80ba638872f837332f79aa8e8a8c6;hpb=e7e45fef427d3d76f7f88ca919c73e28de5a301b diff --git a/scribe/scribe.css b/scribe/scribe.css index 6b1e5a6..c3852b1 100644 --- a/scribe/scribe.css +++ b/scribe/scribe.css @@ -75,3 +75,23 @@ .square.open:hover { background-color: var(--accent-color-bright); } + +.glyphs { + padding-top: 0.5em; + display: grid; + grid-template-columns: 1fr 1fr 1fr 1fr 1fr; + grid-column-gap: 0.5em; + grid-row-gap: 0.25em; +} + +.glyph-and-name { + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; +} + +.glyph { + width: 8vw; + height: 8vw; +}