Skip to content

Commit 9470de3

Browse files
authored
Merge pull request #352 from itk-dev/fix/SUPP0RT-1467-and-SUPP0RT-1478-spacing
1124: Fix spacing
2 parents dc322a6 + dede5fc commit 9470de3

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).
88

99
## [Unreleased]
1010

11+
- [PR-352](https://github.com/itk-dev/os2loop/pull/352):
12+
Fix spacing
1113
- [PR-351](https://github.com/itk-dev/os2loop/pull/351):
1214
Updated tasks
1315
- [PR-341](https://github.com/itk-dev/os2loop/pull/341):

web/profiles/custom/os2loop/themes/os2loop_theme/assets/app.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ img {
6060
height: auto;
6161
}
6262

63+
.paragraph {
64+
margin-bottom: $spacer * 2;
65+
}
66+
6367
// redesign using boostrap overriding and a component-based approach
6468
@import "bootstrap-custom/bootstrap-custom-index.scss";
6569
@import "components/components-index.scss";

web/profiles/custom/os2loop/themes/os2loop_theme/assets/components/elements/step-by-step.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,8 @@ ol.os2loop-documents-steps {
7070
}
7171
}
7272
}
73+
74+
img {
75+
margin-bottom: $spacer;
76+
}
7377
}

0 commit comments

Comments
 (0)