diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2020-10-20 11:34:41 +0100 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2020-10-20 11:34:41 +0100 |
commit | 877f13f1206d4f8f47ea6ba9a0b34ac756e9832c (patch) | |
tree | a2adc99ee8e9f0a71234feef8db15b6088662e2f /ctrack/templates/pages/home.html | |
parent | 99ed3e90c95d41e4429a1a71402d1447fb2d7007 (diff) |
tweaks
Diffstat (limited to '')
-rw-r--r-- | ctrack/templates/pages/home.html | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/ctrack/templates/pages/home.html b/ctrack/templates/pages/home.html index a8fa58e..22fdac6 100644 --- a/ctrack/templates/pages/home.html +++ b/ctrack/templates/pages/home.html @@ -18,7 +18,7 @@ application.</p> <div class="col-12 p-2"> <div class="row row-cols-2"> - <div class="col-md-6 m-1 border rounded p-2"> + <div class="col-sm-6 m-1 border rounded p-2"> <h3 class="mb-3"> <svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-people-fill" fill="currentColor" xmlns="http://www.w3.org/2000/svg"> @@ -38,6 +38,8 @@ phone calls, <span class="lead font-weight-bold">X</span> video conferences, and <span class="lead font-weight-bold">X</span> meetings.</p> + <p class="small">Use these high level lists to view things by <strong>lead inspector</strong>, <strong>sub-mode</strong> + and other attributes:</p> <ul class="list-group"> <li class="list-group-item list-group-item-dark"><a href="{% url "organisations:list" %}">All @@ -47,10 +49,8 @@ <li class="list-group-item list-group-item-dark"><a href="#">All essential services</a></li> </ul> - <p>You can filter these lists to view things by <strong>lead inspector</strong>, <strong>sub-mode</strong> - and other things.</p> </div> - <div class="col-md-5 m-1 border rounded p-2"> + <div class="col-sm-5 m-1 border rounded p-2"> <h3 class="mb-3"> <svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-card-checklist" fill="currentColor" xmlns="http://www.w3.org/2000/svg"> @@ -68,6 +68,8 @@ class="lead font-weight-bold">X</span> are currently undergoing validation and <span class="lead font-weight-bold">X</span> are currently being updated by OES.</p> + <p class="small">Use these high level lists to view things by <strong>lead inspector</strong>, <strong>sub-mode</strong> + and other attributes:</p> <ul class="list-group"> <li class="list-group-item list-group-item-dark"><a href="{% url "caf:caf_list" %}">All CAFs</a></li> |