Skip to content

Commit 6584c85

Browse files
authored
Merge pull request #37 from riscv/36-base_font_size_min-requires-a-number
Change font_size_min to 0.75
2 parents 36fc023 + f531fa7 commit 6584c85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/riscv-pdf.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ base:
6666
font_style: normal
6767
font_size_large: round($base_font_size * 1.25)
6868
font_size_small: round($base_font_size * 0.85)
69-
font_size_min: 0.75em
69+
font_size_min: 0.75
7070
border_radius: 3
7171
border_width: 0.25
7272
border_color: EEEEEE

0 commit comments

Comments
 (0)