Skip to content

Commit

Permalink
additional css fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanyam-2026 committed Jan 4, 2024
1 parent 2b6d987 commit cb07598
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
8 changes: 6 additions & 2 deletions src/components/Navbar/Navbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -177,13 +177,17 @@ a.login-btn{
align-items: center; /* Center the items */
}
.navbar-brand {
font-size: 15px !important;
padding-left: 80px;

padding-left: 55px;
}
.navbar-link {
padding: 10px;
text-align: center;
}
li img {

padding-left: 54px;
}
.user-welcome {
font-size: 1em;
}
Expand Down
1 change: 1 addition & 0 deletions src/components/Navbar/Navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ const Navbar = () => {
<>

<li className='nav-item'>

<Link className='navbar-brand' to='/dashboard'>
Home
</Link>
Expand Down
4 changes: 2 additions & 2 deletions src/pages/HomePage/HomePage.css
Original file line number Diff line number Diff line change
Expand Up @@ -228,15 +228,15 @@ color:white;
.text-container {
margin-right: 0;
padding-right: 0;
width: 50%;
width: 47%;
}

.image-container {
margin-top: 20px; /* Add some space between text and image on smaller screens */
}

.logo-image {
margin-left: 23px;


height: auto;
max-width: 29%;
Expand Down

0 comments on commit cb07598

Please sign in to comment.