From 06d8e429d1f640f0189d1d8600a4bbde2803b293 Mon Sep 17 00:00:00 2001 From: gilbn Date: Thu, 16 Jun 2022 17:25:28 +0200 Subject: [PATCH] Some mobile styling --- ci/template.html | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/ci/template.html b/ci/template.html index 3714366..5241420 100644 --- a/ci/template.html +++ b/ci/template.html @@ -124,6 +124,7 @@ section { background: #efefef; + border: solid 1px rgb(0 0 0 / 15%); } .section-header { @@ -321,9 +322,22 @@ font-size: 25px; } } - + @media only screen and (max-width: 500px) { + /*Mobile*/ + section h3, + section details, + .dotnet-notice, + .table-container { + padding: 0 5px; + } + + .table-container { + padding-top: 10px; + } + } .table-container { padding-top: 1rem; + overflow: auto; } .styled-table {