Skip to content

Commit

Permalink
replace fixed width with max-width, center h2
Browse files Browse the repository at this point in the history
  • Loading branch information
HectorVilas committed Apr 28, 2023
1 parent 98c0d87 commit dbecb88
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion styles/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -86,16 +86,18 @@

.home-about-div h2 {
color: var(--color-4);
max-width: 440px;
font-weight: 800;
font-size: 40px;
margin: 1rem;
text-align: center;
}

.home-about-div p {
font-weight: 400;
font-size: 24px;
text-align: center;
width: 516px;
max-width: 516px;
margin: 1rem;
}

Expand Down

0 comments on commit dbecb88

Please sign in to comment.