Improve layout

This commit is contained in:
Ethan Reece 2025-05-13 02:19:56 -05:00
parent 397bc485ec
commit 45743bd6df
Signed by: me
GPG key ID: 198E9EB433DB1B28
2 changed files with 2 additions and 2 deletions

View file

@ -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),

View file

@ -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),
)