Skip to content

Commit

Permalink
font sizes and alignment enhanced
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanishashrivas committed Jul 3, 2024
1 parent f457c2a commit 542b0a0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
1 change: 1 addition & 0 deletions src/components/header/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ header .headerSearch .search .searchIcon {
header .countryWrapper .selectDropWrapper {
width: 200px !important;
height: 50px;
margin-top: -14px;
padding-left: 10px;
display: flex;
align-items: center;
Expand Down
13 changes: 8 additions & 5 deletions src/components/header/nav/nav.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@

.nav nav ul li button {
text-transform: capitalize !important;
padding-right: 25px !important;
padding-top: 20px;
padding-right: 24px !important;
padding-top: 15px;
padding-bottom: 20px;

border-radius: 3px !important;
Expand All @@ -69,8 +69,8 @@
background-color: #aef3d3;
/* background: #017640; */
color: #017640 !important;
border-radius: 2px;
border-radius: 10px;
border-radius: 5px;
padding: 5px 13px;
}
.nav nav ul li button .MuiSvgIcon-root {
z-index: 1;
Expand All @@ -83,7 +83,10 @@
.nav nav ul li button a {
text-decoration: none !important;
color: rgba(0, 0, 0, 0.8);
font-size: 21px;
font-size: 23px !important;
}
.nav nav ul li button a:hover{
color: #01764B !important;
}

.nav .part3 .phNo svg {
Expand Down

0 comments on commit 542b0a0

Please sign in to comment.