From da0742d3bf0463d1a519e375ec6ea5973a870ccb Mon Sep 17 00:00:00 2001 From: Hartmut Holzgraefe Date: Sun, 25 Sep 2022 10:40:18 +0000 Subject: [PATCH] make queue position display a bit smaller to allow for double digit numbers without line wrap --- www/static/css/maposmatic.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/static/css/maposmatic.css b/www/static/css/maposmatic.css index a5177624..10e176e7 100644 --- a/www/static/css/maposmatic.css +++ b/www/static/css/maposmatic.css @@ -323,7 +323,7 @@ a.carousel-control { display: none; } color: #eee; text-align: center; font-weight: bold; - font-size: 100pt; + font-size: 60pt; letter-spacing: -2px; align: center; }