We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 330644e commit 233bb64Copy full SHA for 233bb64
1 file changed
assets/scss/_styles_project.scss
@@ -10,6 +10,15 @@
10
}
11
12
13
+// Docsy v0.14.3 adds 5vw padding to every .row inside a .td-box (the lead/section
14
+// wrapper). The homepage has a nested .container > .row grid inside that box;
15
+// those rows must not inherit the viewport-relative padding or the cards shrink
16
+// too narrow for side-by-side buttons at large viewports (e.g. 4K full-screen).
17
+.td-box .container .row {
18
+ padding-left: 0;
19
+ padding-right: 0;
20
+}
21
+
22
// Docsy v0.12.0 placed its h5 rule after Bootstrap's 1.25rem rule, keeping
23
// section-index links at body-text size. v0.14.3 reversed the cascade order,
24
// so Bootstrap's 1.25rem now wins. Restore the original sizing.
0 commit comments