Skip to content

Commit 422240b

Browse files
committed
Tighten resume contact label spacing
1 parent 457b91b commit 422240b

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

_site/assets/css/themes/resume.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,10 +215,11 @@ body.ats-resume {
215215

216216
.ats-resume .contact-item {
217217
padding: 0.1rem 0;
218+
gap: 0.25rem;
218219
}
219220

220221
.ats-resume .contact-label {
221-
min-width: 4.6rem;
222+
min-width: auto;
222223
}
223224

224225
.ats-resume section {

assets/css/themes/resume.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,10 +215,11 @@ body.ats-resume {
215215

216216
.ats-resume .contact-item {
217217
padding: 0.1rem 0;
218+
gap: 0.25rem;
218219
}
219220

220221
.ats-resume .contact-label {
221-
min-width: 4.6rem;
222+
min-width: auto;
222223
}
223224

224225
.ats-resume section {

0 commit comments

Comments
 (0)