mirror of https://github.com/eyhc1/rendercv.git
themes: increase default `date_and_location_width` value from 4.1 cm to 4.5 cm
This commit is contained in:
parent
afae2861ff
commit
2e512b81d4
|
@ -85,10 +85,10 @@ class EntryAreaMargins(pydantic.BaseModel):
|
|||
)
|
||||
|
||||
date_and_location_width: LaTeXDimension = pydantic.Field(
|
||||
default="4.1 cm",
|
||||
default="4.5 cm",
|
||||
title="Date and Location Column Width",
|
||||
description=(
|
||||
"The width of the date and location column. The default value is 4.1 cm."
|
||||
"The width of the date and location column. The default value is 4.5 cm."
|
||||
),
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue