Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
vento277 committed Oct 12, 2024
1 parent ff67720 commit a1c40df
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions engineering/tools.html
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -43,8 +43,8 @@
margin-top: 0;
}
.quadrant iframe {
width: 100%;
height: 100%;
width: 100vh;
height: 40vh;
border: none;
}

Expand Down

0 comments on commit a1c40df

Please sign in to comment.