diff --git a/engineering/tools.html b/engineering/tools.html
index 4afcfbe..5ea121f 100644
--- a/engineering/tools.html
+++ b/engineering/tools.html
@@ -24,10 +24,10 @@
}
.container {
display: grid;
- grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
+ grid-template-columns: repeat(auto-fit, minmax(400px, 3fr));
flex-grow: 1;
- width: 100%;
- height: 100%;
+ width: 100vh;
+ height: 100vh;
}
.quadrant {
display: flex;
@@ -43,8 +43,8 @@
margin-top: 0;
}
.quadrant iframe {
- width: 100%;
- height: 100%;
+ width: 100vh;
+ height: 40vh;
border: none;
}