From: Carl Worth Date: Sat, 6 Jun 2020 19:49:24 +0000 (-0700) Subject: Scribe: Increase font size for game elements X-Git-Url: https://git.cworth.org/git?p=lmno.games;a=commitdiff_plain;h=a4c64add51b411c92bcd61039e243385151fccb5 Scribe: Increase font size for game elements It was just too hard to see things on my phone. I hadn't used this larger font size earlier because it caused the squares to stretch tall (no longer as squares) and squashing flat the mini grids without characters in them. But here I found I can avoid that problem by setting line height to 0. --- diff --git a/scribe/scribe.css b/scribe/scribe.css index fd634f0..116bcbc 100644 --- a/scribe/scribe.css +++ b/scribe/scribe.css @@ -57,7 +57,8 @@ display: flex; justify-content: center; align-items: center; - font-size: 5vmin; + font-size: 8vmin; + line-height: 0; font-weight: bold; border-bottom: 1px solid #999; border-right: 1px solid #999;