Improve layout
This commit is contained in:
parent
397bc485ec
commit
45743bd6df
2 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@
|
|||
import "../../section/projects.typ": section_projects
|
||||
|
||||
grid(
|
||||
gutter: 1.3em,
|
||||
gutter: 1.1em,
|
||||
section_skills(skills: skills),
|
||||
section_education(education: education),
|
||||
section_work_experience(work_experience: work_experience),
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
import "body.typ": section_base_body
|
||||
|
||||
grid(
|
||||
gutter: 1.1em,
|
||||
gutter: 0.8em,
|
||||
section_base_heading(title: title),
|
||||
section_base_body(body),
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue