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

Commit f0dc655

Browse files
committed
Responsive improvements
1 parent dd32eee commit f0dc655

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

src/scss/pages/integrations/_integration.scss

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,15 @@ $url_0: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAECAYAAACtBE5DAA
6969
background: #fafafa;
7070
display: flex;
7171
#content {
72-
width: 90vw;
72+
@include media-breakpoint-up(md) {
73+
width: 90vw;
74+
}
7375
overflow-x: scroll;
7476
#integration-doc {
7577
width: 60%;
78+
@include media-breakpoint-down(md) {
79+
width: 80%;
80+
}
7681
@include media-breakpoint-down(sm) {
7782
width: auto;
7883
}

0 commit comments

Comments
 (0)