summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorLibravatar Anirudh Oppiliappan <x@icyphox.sh>2022-12-18 20:07:27 +0530
committerLibravatar Anirudh Oppiliappan <x@icyphox.sh>2022-12-18 20:07:27 +0530
commit0e6eaa211357cd5b9de1762b1cb49e47d35580dc (patch)
tree31baa8bafaa80872758207b8c95ee2d1b2972ad5 /templates
parentd0d636aa89bf194185abf01e05b190386d0e8b23 (diff)
downloadlegit-0e6eaa211357cd5b9de1762b1cb49e47d35580dc.tar.gz
legit-0e6eaa211357cd5b9de1762b1cb49e47d35580dc.tar.bz2
legit-0e6eaa211357cd5b9de1762b1cb49e47d35580dc.zip
css: single column index on small screens
Diffstat (limited to 'templates')
-rw-r--r--templates/index.html7
1 files changed, 1 insertions, 6 deletions
diff --git a/templates/index.html b/templates/index.html
index 1ed1ac2..8bff3d7 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -12,14 +12,9 @@
</header>
<body>
<main>
- <div class="index-headings small-heading">
- <div>repository</div>
- <div>description</div>
- <div>idle</div>
- </div>
<div class="index">
{{ range .info }}
- <div><a href="/{{ .Name }}">{{ .Name }}</a></div>
+ <div class="index-name"><a href="/{{ .Name }}">{{ .Name }}</a></div>
<div class="desc">{{ .Desc }}</div>
<div>{{ .Idle }}</div>
{{ end }}