Skip to content

Commit

Permalink
update observer css
Browse files Browse the repository at this point in the history
  • Loading branch information
mbund committed Dec 9, 2023
1 parent e249cde commit 3f526a0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions observer/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
</style>
</head>
Expand Down

0 comments on commit 3f526a0

Please sign in to comment.