From 05d195f9d1d68fa3689e7a1898f9ef4b2286edce Mon Sep 17 00:00:00 2001 From: Lino Schmidt Date: Thu, 13 Apr 2023 10:58:17 +0200 Subject: [PATCH] Fixed terminal width --- src/index.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/index.css b/src/index.css index b9f3759..b6c03f2 100644 --- a/src/index.css +++ b/src/index.css @@ -460,9 +460,10 @@ button:hover { background-color: #0d131e; color: white; font-family: monospace; - font-size: 10px; + font-size: 12px; border-radius: 10px; padding: 10px; + box-sizing: border-box; } #outerTerminal p { margin: 2px;