Skip to content

Commit

Permalink
Merge pull request #643 from ccnmtl/workspace-tablet-resize
Browse files Browse the repository at this point in the history
A wider workspace panel for tablet-landscape
  • Loading branch information
zmustapha authored Jan 22, 2025
2 parents 4030b4a + 70645db commit fb5108f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions media/scss/_simulation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
background-color: $gray-100;
@include media-breakpoint-up(lg) {
height: 100%;
width: 27rem;
width: 32rem;
top: 0;
border: 0;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
Expand Down Expand Up @@ -49,7 +49,7 @@
@include media-breakpoint-up(lg) {
right: 0;
height: 100%;
width: calc(100vw - 27rem);
width: calc(100vw - 32rem);
}
@include media-breakpoint-up(xl) {
right: 0;
Expand Down

0 comments on commit fb5108f

Please sign in to comment.