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