summaryrefslogtreecommitdiff
path: root/src/http/tpl
diff options
context:
space:
mode:
authorBrian Picciano <mediocregopher@gmail.com>2022-11-07 22:34:42 +0100
committerBrian Picciano <mediocregopher@gmail.com>2022-11-07 22:34:42 +0100
commit0ad27f430dd8cd0dad17ffbce7add868b3deb3b6 (patch)
treea2825ddab2acabea03abd18bcbb5daa931dae550 /src/http/tpl
parentd9570411134273d690e783748dd572696fc14c6f (diff)
Fix width of index table
Diffstat (limited to 'src/http/tpl')
-rw-r--r--src/http/tpl/index.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/http/tpl/index.html b/src/http/tpl/index.html
index ce5f264..8c0f12d 100644
--- a/src/http/tpl/index.html
+++ b/src/http/tpl/index.html
@@ -14,7 +14,9 @@
<table>
<colgroup>
- <col span="1" style="width: 5rem;">
+ <col span="1" style="width: 6rem;">
+ <col span="1">
+ <col span="1" style="width: 50%;">
</colgroup>
{{ range .Payload.Posts }}