Skip to content
This repository was archived by the owner on Apr 21, 2026. It is now read-only.

Commit 8f00594

Browse files
author
dpatanin
committed
fix scaling of integration pages
1 parent c802bff commit 8f00594

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

src/scss/components/_sidebar.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ span {
6464
@include media-breakpoint-down(sm) {
6565
display: none;
6666
}
67-
width: 10vw;
67+
width: 150px;
6868
background: $secureCodeBlue;
6969
height: 100vh;
7070
align-self: flex-start;

src/scss/pages/integrations/_integration.scss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,11 @@ $url_0: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAECAYAAACtBE5DAA
7070
display: flex;
7171
#content {
7272
width: 90vw;
73+
overflow-x: scroll;
7374
#integration-doc {
74-
width: 55vw;
75+
width: 60%;
7576
@include media-breakpoint-down(sm) {
76-
width: 90vw;
77+
width: auto;
7778
}
7879
}
7980

0 commit comments

Comments
 (0)