Skip to content

Commit

Permalink
Added styling to center header and improve text layout
Browse files Browse the repository at this point in the history
- Updated the CSS to center the header content using text-align.
- Enhanced spacing and font sizes for the header, improving visual balance.
- Applied consistent styles for sections, headers, and lists for readability and aesthetics.
  • Loading branch information
westonnelson authored Dec 14, 2024
1 parent 2b52cb4 commit bc8c1d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ header {
margin-bottom: 20px;
}
header h1 {
margin: 0;
font-size: 2.5em;
color: #444;
margin-bottom: 10px;
}
header p {
margin: 5px 0;
font-size: 1.1em;
color: #555;
}
section {
Expand Down

0 comments on commit bc8c1d8

Please sign in to comment.