aboutsummaryrefslogtreecommitdiff
path: root/public/templates/index.html.template
diff options
context:
space:
mode:
authorKevin J Hoerr <kjhoerr@protonmail.com>2020-02-23 11:04:26 -0500
committerKevin J Hoerr <kjhoerr@protonmail.com>2020-02-23 11:04:26 -0500
commitc4a957450318c9637087d55e7b771450fc4fc0eb (patch)
tree3f96d2c4bc2263fb8ca8b19a5c3f3d71b215ae9b /public/templates/index.html.template
parentd57ec369726aa68f43336915a44e10d7659306bb (diff)
downloadao-coverage-c4a957450318c9637087d55e7b771450fc4fc0eb.tar.gz
ao-coverage-c4a957450318c9637087d55e7b771450fc4fc0eb.tar.bz2
ao-coverage-c4a957450318c9637087d55e7b771450fc4fc0eb.zip
Fix styling for mobile/smaller displays
Diffstat (limited to 'public/templates/index.html.template')
-rw-r--r--public/templates/index.html.template6
1 files changed, 4 insertions, 2 deletions
diff --git a/public/templates/index.html.template b/public/templates/index.html.template
index 53095b3..4fb8930 100644
--- a/public/templates/index.html.template
+++ b/public/templates/index.html.template
@@ -22,8 +22,10 @@
<p>AO Coverage is a simple code coverage tracking tool that stores your reports for public visibility and
provides a coverage badge for your projects. That’s all there is to it.</p>
<p>If you have a coverage token, uploading a report is as easy as adding this line to your CI pipeline:</p>
- <div class="code-container">
- <span class="shell code">bash &lt;(curl -s {{TARGET_URL}}/bash)</span>
+ <div class="code-container-container">
+ <div class="code-container">
+ <span class="shell code">bash &lt;(curl -s {{TARGET_URL}}/bash)</span>
+ </div>
</div>
<p>Visit <a href="https://git.submelon.dev/kjhoerr/ao-coverage/wiki/Home" target="_blank">the AO Coverage
documentation</a> to learn more about uploading reports and discover more information about how AO Coverage