From 0f55d09599f877c7eb297a6d99b3c01592e3f30c Mon Sep 17 00:00:00 2001 From: ryan smith Date: Tue, 5 Nov 2024 15:47:51 -0800 Subject: [PATCH] make response text monospaced --- src/_layout.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/_layout.html b/src/_layout.html index 1e3c282..c5b6d29 100644 --- a/src/_layout.html +++ b/src/_layout.html @@ -68,6 +68,11 @@ font-size: large; font-family: monospace; } + .response { + font-family: monospace; + padding: 5px; + box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; + } .response table { table-layout: fixed; width: 60%; @@ -184,10 +189,6 @@ background-color: lightyellow; transition: background-color 0.25s ease-in-out; } - .response { - padding: 5px; - box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; - } .terminal { font-size: small; padding: 0 5px 5px 5px;