Skip to content

Commit 4d3749a

Browse files
authored
Merge pull request #49587 from sftim/20250128_fix_case_study_styles
Fix styles for case studies & training sections
2 parents a1b8ad9 + 0d1755f commit 4d3749a

File tree

9 files changed

+383
-401
lines changed

9 files changed

+383
-401
lines changed

assets/scss/_case-studies.scss

Lines changed: 0 additions & 143 deletions
This file was deleted.

assets/scss/_custom.scss

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,35 @@ body {
5050
}
5151
}
5252

53+
/* Gutter for sidebar splitter */
54+
.gutter {
55+
background-color: #eee;
56+
background-repeat: no-repeat;
57+
background-position: 50%;
58+
}
59+
60+
.gutter.gutter-horizontal {
61+
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAeCAYAAADkftS9AAAAIklEQVQoU2M4c+bMfxAGAgYYmwGrIIiDjrELjpo5aiZeMwF+yNnOs5KSvgAAAABJRU5ErkJggg==');
62+
cursor: col-resize;
63+
}
64+
65+
#sidebarnav,
66+
#maindoc {
67+
max-width: 100%;
68+
}
69+
70+
#maindoc {
71+
overflow-wrap: break-word;
72+
}
73+
74+
@media (max-width: 768px) {
75+
#sidebarnav {
76+
padding-left: 15px;
77+
padding-right: 15px;
78+
}
79+
80+
}
81+
5382
/* Complex table layout support */
5483

5584
.td-content, body.td-content {

0 commit comments

Comments
 (0)