Skip to content

Commit a2f19c0

Browse files
committed
increase font size for lead paragraph
1 parent 15b8654 commit a2f19c0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/css/doc.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,10 @@
146146
margin: 0;
147147
}
148148

149+
.doc .paragraph.lead > p {
150+
font-size: calc(18 / var(--rem-base) * 1rem);
151+
}
152+
149153
.doc .right {
150154
float: right;
151155
}

0 commit comments

Comments
 (0)