Skip to content

Commit bfec6a0

Browse files
authored
fix(layout): add space between specifications table and footer box (#12434)
fix: add padding between specifications table and footer box #10886
1 parent 2a7aa70 commit bfec6a0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: client/src/document/index.scss

+4
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,10 @@
248248
}
249249
}
250250

251+
#specifications + table {
252+
margin-bottom: 2rem;
253+
}
254+
251255
@media (min-width: $screen-sm) {
252256
padding: 3rem;
253257
// Reduce space to article footer.

0 commit comments

Comments
 (0)