From c1133bb0754d5c0f77c64c4fd5c693bed48affe2 Mon Sep 17 00:00:00 2001 From: Jaakko Vanhala Date: Sat, 11 Apr 2026 08:27:31 +0300 Subject: [PATCH] =?UTF-8?q?Terminaalin=20fontti=2015=E2=86=9216px?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) --- network-poc/frontend/src/styles/global.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network-poc/frontend/src/styles/global.css b/network-poc/frontend/src/styles/global.css index 9f1055a..7a08eb3 100644 --- a/network-poc/frontend/src/styles/global.css +++ b/network-poc/frontend/src/styles/global.css @@ -51,7 +51,7 @@ body { /* Terminal */ .terminal { background: #010409; border: 1px solid var(--border); border-top: none; - font-family: 'Courier New', monospace; font-size: 15px; + font-family: 'Courier New', monospace; font-size: 16px; min-height: 400px; max-height: 70vh; overflow-y: auto; padding: 12px 16px; }