Skip to content

Commit

Permalink
Keep long lines in the editor from forcing the terminal to shrink
Browse files Browse the repository at this point in the history
  • Loading branch information
gingershaped committed Sep 20, 2024
1 parent c912249 commit c1e072b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/latest/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ main {
height: 50%;
}
}
> div {
flex-basis: 50% !important;
@include media-breakpoint-up(md) {
> div {
width: 50%;
}
}
width: 100%;
height: 100%;
Expand Down

0 comments on commit c1e072b

Please sign in to comment.