Skip to content

Commit

Permalink
h1 home font-size responsive size
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucassamuel97 committed Apr 22, 2024
1 parent 62aabff commit ddc0a1d
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -419,14 +419,19 @@ h1, h2, h3, h4, h5, h6 {

@media (max-width: 768px) {
#home h1 {
font-size: 28px;
line-height: 36px;
font-size: 58px;
line-height: 46px;
}
#home h2 {
font-size: 18px;
line-height: 24px;
font-size: 20px;
line-height: 14px;
margin-bottom: 30px;
}
#home h2 span {
padding: 0px;
font-size: 20px;
margin: 10px;
}
}

/*--------------------------------------------------------------
Expand Down

0 comments on commit ddc0a1d

Please sign in to comment.