Skip to content

Commit db95d05

Browse files
committed
1124: Fix spacing
1 parent dc322a6 commit db95d05

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

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)