From 3f526a0ce20197cc22a718797226d82d81823f26 Mon Sep 17 00:00:00 2001 From: Mark Bundschuh Date: Sat, 9 Dec 2023 17:05:56 -0500 Subject: [PATCH] update observer css --- observer/index.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/observer/index.html b/observer/index.html index 9e2f9c7..8850d95 100644 --- a/observer/index.html +++ b/observer/index.html @@ -12,14 +12,13 @@ } .container { display: flex; - flex-direction: column; + flex-direction: row; justify-content: space-between; width: 100%; height: 100%; } .terminal { - width: 100%; - height: 50%; + flex-grow: 1; }