Skip to content

Commit

Permalink
Minor changes in right-side-content for Responsivness
Browse files Browse the repository at this point in the history
Signed-off-by: Swastik Sharma <swastkk@gmail.com>
  • Loading branch information
swastkk committed Jul 12, 2023
1 parent 07493cb commit 3e8e45b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@
}

.right-content {
visibility: hidden;
display: none;
}
}

Expand Down
7 changes: 7 additions & 0 deletions public/navbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
text-decoration: none;
}


.navbar li {
position: relative;
z-index: 1000;
Expand Down Expand Up @@ -72,6 +73,10 @@
left: 305px; */
}

.navLogo{
display: none;
}

.nav-links {
display: none;
}
Expand Down Expand Up @@ -104,4 +109,6 @@
display: block;
right: 20px;
}

}

2 changes: 1 addition & 1 deletion src/components/footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ const footer = (currentThemeState) => {
<hr />
<div className="sb_footer-below">
<div className="sb_footer-copyright">
<p>ISTE NITH@{new Date().getFullYear()}, Made with ❤️</p>
<p>All rights reserved by ISTE NITH@{new Date().getFullYear()}</p>
</div>
</div>
</div>
Expand Down
1 change: 1 addition & 0 deletions src/components/navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ const Navbar = ({setThemeParent, useTheme}) => {
<img
src={useTheme === "light" ? LightLogo : DarkLogo}
alt="Logo"
className="navLogo"
style={{ width: "9vh", padding: "1px" }}
/>
</Link>
Expand Down

0 comments on commit 3e8e45b

Please sign in to comment.