Skip to content

Commit

Permalink
fix: decreases font size
Browse files Browse the repository at this point in the history
  • Loading branch information
FeryET committed Aug 21, 2024
1 parent c7c7eea commit 4061193
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions resume.cls
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

\ProvidesClass{resume}[2020/05/03 v1.0.0 Resume Class]

\LoadClass[12pt,A4]{article} % Font size and paper type
\LoadClass[11pt,A4]{article} % Font size and paper type

\usepackage[parfill]{parskip} % Remove paragraph indentation
\usepackage{array} % Required for boldface (\bf and \bfseries) tabular columns
Expand Down Expand Up @@ -80,7 +80,6 @@
\newbox\anonvhbox
\newboolean{IncludeAnonItem}
\setboolean{IncludeAnonItem}{#1}

\setbox\anonvhbox\vbox{%
#2
\unskip\unpenalty\unpenalty}
Expand Down

0 comments on commit 4061193

Please sign in to comment.