Skip to content

Commit

Permalink
Update mentorship.html
Browse files Browse the repository at this point in the history
  • Loading branch information
sau-mili committed Jul 27, 2024
1 parent 6ec63e5 commit f68782f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions mentorship.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,11 +130,11 @@
}

.main-content h2 {
color: #ffa600;
color: #ff6600;
margin-top: 30px;
border-bottom: 1px solid #FFA500;
padding-bottom: 5px;
font-weight:500;
font-weight:600;
}

.main-content h3 {
Expand Down Expand Up @@ -182,9 +182,8 @@
border-radius: 10px;
}

.benefits :hover{
.benefits .item:hover{
box-shadow: 0px 0px 2px 2px rgb(229, 141, 1);

}
.benefits p{
margin-bottom: 0px;
Expand Down Expand Up @@ -249,6 +248,9 @@
margin-right: auto;
margin-bottom: 10px;
}
.topics .item2:hover{
box-shadow: 0px 1px 2px 1px #f5a623;
}

.topics .item2 p{
margin-top: 5px;
Expand Down

0 comments on commit f68782f

Please sign in to comment.