From 3ba7d944416a942687a0350d73bdde55ac9026fe Mon Sep 17 00:00:00 2001 From: CentreMetre Date: Sun, 31 May 2026 15:59:49 +0100 Subject: [PATCH] Remove redundant div. Fix css --- public/index.html | 6 ++---- public/style.css | 8 +++++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/public/index.html b/public/index.html index 7079647..801ac61 100644 --- a/public/index.html +++ b/public/index.html @@ -26,10 +26,8 @@

Output

-
-
-
-
+
+
diff --git a/public/style.css b/public/style.css index d1984d7..d235930 100644 --- a/public/style.css +++ b/public/style.css @@ -1,5 +1,7 @@ #output-area { border-right: 2px solid grey; + border-top: 1px solid grey; + border-bottom: 1px solid grey; width: 30ch; } @@ -7,11 +9,11 @@ outline: none; } -#gutter { - background-color: rgb(230, 230, 230); +.gutter-row { + background-color: rgb(179, 179, 179); } -#output-row { +.output-row { display: flex; }