Skip to content

Commit

Permalink
changes to home
Browse files Browse the repository at this point in the history
  • Loading branch information
MAlshaik committed Feb 24, 2023
1 parent b9e56cf commit 6da8311
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Frontend/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
}

nav .logo {
transform: translateY(-20%);
transform: translateY(-18%);
cursor: pointer;

}
Expand All @@ -112,7 +112,7 @@
nav ul li a#login {
text-decoration: none;
background: #00986f;
padding: 10px 20px;
padding: 10px 40px;
display: inline-block;
color: #fff;
border-radius: 3px;
Expand All @@ -132,7 +132,7 @@ button{
padding: 10px 20px;
display: inline-block;
color: #fff;
border-radius: 3px;
border-radius: 6px;
font-size: 16px;
cursor: pointer;
}
Expand Down

0 comments on commit 6da8311

Please sign in to comment.