diff options
author | Brian Picciano <mediocregopher@gmail.com> | 2022-11-22 22:36:15 +0100 |
---|---|---|
committer | Brian Picciano <mediocregopher@gmail.com> | 2022-11-22 22:36:15 +0100 |
commit | 954e76fe1f7b2e8018a9e778c2f53e3f9cf98f05 (patch) | |
tree | 848681c9eb5eb1ec61188312869019684d0fc908 /src/http/tpl | |
parent | 59c8c30fb5f735ff7c7b7e67180da039515605a6 (diff) |
Reduce font size generally
Diffstat (limited to 'src/http/tpl')
-rw-r--r-- | src/http/tpl/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/tpl/index.html b/src/http/tpl/index.html index 8c0f12d..224c6d9 100644 --- a/src/http/tpl/index.html +++ b/src/http/tpl/index.html @@ -14,7 +14,7 @@ <table> <colgroup> - <col span="1" style="width: 6rem;"> + <col span="1" style="width: 7rem;"> <col span="1"> <col span="1" style="width: 50%;"> </colgroup> |