Skip to content

Commit 30458f6

Browse files
committed
updated paragraph
1 parent f30f7ea commit 30458f6

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

packages/manfred2html/src/engine/cv-sith-elegance/html-parts/html-document-start/html-document-start.ejs

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,14 @@
5454
ul ul {
5555
padding-left: var(--spacing_16);
5656
}
57+
58+
p br {
59+
margin-bottom: var(--spacing_12);
60+
}
61+
62+
p span {
63+
margin: 0 var(--spacing_8);
64+
}
5765
.container {
5866
display: grid;
5967
grid-template-areas:
@@ -299,6 +307,8 @@
299307
flex-direction: column;
300308
gap: var(--spacing_8);
301309
font-size: 12px;
310+
line-height: 18px;
311+
font-weight: 300;
302312
}
303313
.section__content > .data b {
304314
font-weight: 600;
@@ -339,7 +349,8 @@
339349
.section__content > .data {
340350
grid-area: date;
341351
font-size: 14px;
342-
line-height: 18px;
352+
line-height: 21px;
353+
343354
}
344355
}
345356
.line-icon {

0 commit comments

Comments
 (0)