style: better perm/word count display
This commit is contained in:
parent
6ddf32c3ef
commit
ee0f43dd90
1 changed files with 15 additions and 12 deletions
|
@ -12,8 +12,10 @@
|
||||||
|
|
||||||
#align(
|
#align(
|
||||||
center,
|
center,
|
||||||
|
pad(
|
||||||
|
x: 20%,
|
||||||
table(
|
table(
|
||||||
columns: (auto, auto),
|
columns: (1fr, 1fr),
|
||||||
[
|
[
|
||||||
Perm: A2V4847
|
Perm: A2V4847
|
||||||
],
|
],
|
||||||
|
@ -25,6 +27,7 @@
|
||||||
]<wordcount-exclude>
|
]<wordcount-exclude>
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
|
),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue