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; }