X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=scribe%2Fscribe.css;h=74beee91b471e5a0d7ae8f868b6cd94017e19925;hb=3c2c043c4a6e389a597736c9fd366b716ac7237c;hp=fd634f0e06434a92ffb5d3c967f78969b865850a;hpb=91ddcd6ad4ab4294f345421d1a490462b01b6496;p=lmno.games diff --git a/scribe/scribe.css b/scribe/scribe.css index fd634f0..74beee9 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: calc(min(8vw, .08 * var(--page-max-width))); + line-height: 0; font-weight: bold; border-bottom: 1px solid #999; border-right: 1px solid #999;