From ead64b36158a63de8cf8a4efb1093a1213e862c6 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 | 44 +++++++++++++++++++++++++--------------- 1 file changed, 28 insertions(+), 16 deletions(-) diff --git a/src/templates/index.html b/src/templates/index.html index e111fd4..7b66b0e 100644 --- a/src/templates/index.html +++ b/src/templates/index.html @@ -15,34 +15,46 @@ body {{ color: #f4f4f4; background: #0b0b0b; - }} - pre {{ font-family: 'IBM Plex Mono', monospace; font-size: 1em; + }} + pre {{ max-width: 73ch; margin: 0 auto; }}