fix (about): about page css

This commit is contained in:
MickaelK 2024-09-06 08:47:18 +10:00
parent 7d8f6c9635
commit 8dc89e58fc

View file

@ -351,6 +351,7 @@ func AboutHandler(ctx *App, res http.ResponseWriter, req *http.Request) {
</table>
<style>
body.common_response_page { background: var(--bg-color); }
table { margin: 0 auto; font-family: monospace; opacity: 0.8; max-width: 1000px; width: 95%;}
table td { text-align: right; padding-left: 10px; vertical-align: top; }
table td span.small { font-size:0.8rem; }