summaryrefslogtreecommitdiffstats
path: root/gitsrht/templates/index.html
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-06-17 10:48:50 -0400
committerDrew DeVault <sir@cmpwn.com>2018-06-17 10:48:50 -0400
commita81d3b4f45da60202dae75d108b8b9aba03a1bc1 (patch)
treead3c8337532a807c7eaf2333e5c04b4091d04564 /gitsrht/templates/index.html
parent4e13b332d596285bae6349fa536e9c64860b5ff2 (diff)
Add collapsing hr for responsiveness
Diffstat (limited to 'gitsrht/templates/index.html')
-rw-r--r--gitsrht/templates/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/gitsrht/templates/index.html b/gitsrht/templates/index.html
index fabb0e8..bcf9f12 100644
--- a/gitsrht/templates/index.html
+++ b/gitsrht/templates/index.html
@@ -16,6 +16,7 @@
</a>
</div>
<div class="col-md-8">
+ <hr class="d-md-none" />
{% if repos and len(repos) %}
<div class="event-list">
{% for repo in repos %}