Skip to content

Commit

Permalink
Adjust middle section width.
Browse files Browse the repository at this point in the history
  • Loading branch information
ssieng-slalom committed Jan 30, 2024
1 parent 403f55d commit 3d700da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pptx/profile.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export default class Profile {
})

this._middleTab = new Section({ x: 0.35, y: 0.120 })
.withText({ x: 0.01, w: 4.77, text: 'RELEVANT EXPERIENCE', fontSize: 12, bold: true, color: '0c62fb', charSpacing: 2 })
.withText({ x: 0.01, w: 4.5, text: 'RELEVANT EXPERIENCE', fontSize: 12, bold: true, color: '0c62fb', charSpacing: 2 })
.withShape({ x: 0.01, y: 0.045, w: 4.0, type: 'LINE', h: 0, line: { width: 0.5, color: 'c4c4c4' } })
.withText({ x: 0.01, y: 0.06, w: 4.77, text: profile.projects.map(toProjectBlocks).flat() })

Expand Down

0 comments on commit 3d700da

Please sign in to comment.