Skip to content

Commit

Permalink
icon size modified
Browse files Browse the repository at this point in the history
  • Loading branch information
HarshithaSolai committed Jan 10, 2023
1 parent 6dea4ed commit 229b67d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,12 @@
.nav-items > ul > li {
padding: 10px;
color : #001d3d;
font-size: 18px;
font-weight: 500;
/*font-size: 18px;*/
}

.nav-items > ul > li:hover {
box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
border-radius: 7px;
background-color: #ffc300;
}

.logo {
Expand All @@ -58,7 +56,7 @@
}

.cart, .profile, .home{
width: 60px;
width: 50px;
}
.search-icon {
width : 20px;
Expand Down

0 comments on commit 229b67d

Please sign in to comment.