From 9ed7618a05770a17dbff57bd2236d3f11fa60cd9 Mon Sep 17 00:00:00 2001 From: ozwaldorf Date: Sun, 13 Oct 2024 22:23:41 -0400 Subject: [PATCH] fix: text file web paste --- src/templates/index.html | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/src/templates/index.html b/src/templates/index.html index 12a860c..4e5a04b 100644 --- a/src/templates/index.html +++ b/src/templates/index.html @@ -8,10 +8,10 @@ body {{ color: #f4f4f4; background: #0b0b0b; - }} - pre {{ font-family: 'IBM Plex Mono', monospace; font-size: 1em; + }} + pre {{ max-width: 73ch; margin: 0 auto; }} @@ -19,11 +19,20 @@