binge-coder / resume

this is my cv
https://binge-coder.github.io/resume/
0 stars 0 forks source link

Center all headings in the resume #3

Closed sweep-ai[bot] closed 1 year ago

sweep-ai[bot] commented 1 year ago

Description

This PR addresses the issue #1 by centering all the headings in the resume. The CSS properties for the headings were not set to center the text, causing the headings to be left-aligned. To fix this, a CSS rule was added to the main.css file that targets all the headings (h1, h2, h3, h4, h5, h6) and applies the 'text-align: center;' property. This change ensures that all the headings are centered, regardless of their location or parent element. The solution requires minimal changes and does not affect the other elements or the overall layout of the page.

Summary of Changes

Please review and merge this PR. Thank you!

Fixes #1.


To checkout this PR branch, run the following command in your terminal:

git checkout sweep/center-headings

To get Sweep to edit this pull request, leave a comment below or in the code. Leaving a comment in the code will only modify the file but commenting below can change the entire PR.