From 7732139287501afceff2f4c9272fe3b2dc464862 Mon Sep 17 00:00:00 2001 From: Kode Date: Fri, 7 Feb 2020 11:59:30 +0000 Subject: [PATCH] add missing desktop change --- ci/index.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ci/index.html b/ci/index.html index 762869d..bb59c87 100644 --- a/ci/index.html +++ b/ci/index.html @@ -52,7 +52,7 @@ } #results h1 { - font-size: 25px; + font-size: 18px; margin: 0 10px 25px; word-break: break-all; } @@ -140,6 +140,9 @@ letter-spacing: 5px; } + #results h1 { + font-size: 25px; + } }