Skip to content

Commit

Permalink
Merge pull request #1186 from Anjaliavv51/main
Browse files Browse the repository at this point in the history
🐞[Bug]: Decrease of font size in navbar and addition of effect the image
  • Loading branch information
varshith257 authored Aug 10, 2024
2 parents 78c3ff8 + c767967 commit 09bea94
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -1153,4 +1153,9 @@ body {
background-color: teal !important;
font-size: 15px;

}

/*Effect to the image in aboutus section**/
.about-img {
filter: drop-shadow(30px 30px 30px rgba(17, 133, 137, 0.683));
}
1 change: 1 addition & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,7 @@ h6 {
.nav_link li a {
transition: all 0.3s ease 0s;
color: white;
font-size: 12px;
}

.nav_link li a:hover {
Expand Down

0 comments on commit 09bea94

Please sign in to comment.