From fb655de8e5942463e6e502c4b73590cba84731ef Mon Sep 17 00:00:00 2001 From: Kode Date: Fri, 7 Feb 2020 11:34:39 +0000 Subject: [PATCH] fix for mobile --- ci/index.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ci/index.html b/ci/index.html index dc05153..7cfefbe 100644 --- a/ci/index.html +++ b/ci/index.html @@ -53,7 +53,11 @@ #results h1 { font-size: 25px; - margin: 0 0 25px; + margin: 0 10px 25px; + word-break: break-all; + } + #results table { + margin: 0 10px; } section { display: flex;