Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
anuragoasis authored May 20, 2024
1 parent 7b6a9b4 commit a9775ff
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -439,11 +439,9 @@ section {
margin: 0;
font-size: 48px;
font-weight: 700;
color: #012970;
}

.hero h2 {
color: #444444;
margin: 15px 0 0 0;
font-size: 26px;
}
Expand All @@ -454,8 +452,8 @@ section {
padding: 15px 40px;
border-radius: 4px;
transition: 0.5s;
color: #fff;
background: #4154f1;
color: white;
background: black;
box-shadow: 0px 5px 30px rgba(65, 84, 241, 0.4);
}

Expand Down

0 comments on commit a9775ff

Please sign in to comment.