X-Git-Url: https://git.cworth.org/git?p=lmno.games;a=blobdiff_plain;f=scribe%2Fscribe.css;h=74beee91b471e5a0d7ae8f868b6cd94017e19925;hp=fd634f0e06434a92ffb5d3c967f78969b865850a;hb=9d3838cf4d43ab1ed1b994b24cd3aa3cb31ebc64;hpb=91ddcd6ad4ab4294f345421d1a490462b01b6496 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;