mirror of https://github.com/eyhc1/rendercv.git
sb2nov: fix last updated date style
This commit is contained in:
parent
6c63248091
commit
7f4769a164
|
@ -85,7 +85,7 @@
|
|||
\pagestyle{customFooterStyle}
|
||||
((* endif *))
|
||||
|
||||
\titleformat{\section}{\scshape\needspace{4\baselineskip}\bfseries\large}{}{0pt}{}[\vspace{1pt}\titlerule]
|
||||
\titleformat{\section}{\needspace{4\baselineskip}\bfseries\large}{}{0pt}{}[\vspace{1pt}\titlerule]
|
||||
|
||||
\titlespacing{\section}{
|
||||
% left space:
|
||||
|
|
|
@ -2,7 +2,7 @@ from typing import Literal
|
|||
|
||||
import pydantic
|
||||
|
||||
from .. import ThemeOptions, LaTeXDimension, Margins, EntryAreaMargins
|
||||
from .. import ThemeOptions, LaTeXDimension
|
||||
|
||||
|
||||
class Sb2novThemeOptions(ThemeOptions):
|
||||
|
|
Loading…
Reference in New Issue