Skip to content

Commit 8babcd0

Browse files
committed
fix: more spacing
1 parent 8fc3621 commit 8babcd0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

credentials/apps/credentials_theme_openedx/static/sass/_print-rendering.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
@include make-col-ready();
3737
@include make-col(8);
3838
margin-bottom: 0;
39-
margin-top: $spacer * .5;
39+
margin-top: calc(var(--pgn-spacing-spacer-base) * .5);
4040
display: inline-block;
4141
vertical-align: middle;
4242
}
@@ -87,7 +87,7 @@
8787

8888
.signatory {
8989
margin: 0;
90-
margin-bottom: $spacer * .5;
90+
margin-bottom: calc(var(--pgn-spacing-spacer-base) * .5);
9191
width: 100%;
9292
&:last-child {
9393
margin-bottom: 0;
@@ -165,7 +165,7 @@
165165
.accomplishment-summary,
166166
.accomplishment-statement-detail {
167167
margin: 0;
168-
margin-bottom: $spacer * 1.5;
168+
margin-bottom: calc(var(--pgn-spacing-spacer-base) * 1.5);
169169
}
170170
}
171171

0 commit comments

Comments
 (0)