Skip to content

Commit

Permalink
Merge pull request #7 from rajdesai17/main
Browse files Browse the repository at this point in the history
changed the style for logo.png
  • Loading branch information
07sumit1002 authored Jun 19, 2024
2 parents 16c28b1 + 46ab419 commit 66719c2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,10 @@ header{
background: #eeeff1;
padding: 15px 100px;
}
.logo img{
width: 40px;
}
.logo img {
width: 60px;
border-radius: 10px; /* This creates 10px rounded corners */
}
.navbar{
display: flex;
}
Expand Down

0 comments on commit 66719c2

Please sign in to comment.