Skip to content

Commit

Permalink
new upd
Browse files Browse the repository at this point in the history
  • Loading branch information
mamaleshrh committed Feb 27, 2023
1 parent fa22ae5 commit edd20e7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions src/Udgam/components/UdgamNav/UdgamNav.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,11 +195,11 @@ const UdgamNav = (props) => {
<div className="background">
<div className="bg"></div>
<div className="bg_filter"></div>
{/* <div className="star-field"> */}
{/* <div className="layer"></div>
<div className="star-field">
<div className="layer"></div>
<div className="layer"></div> */}
{/* </div> */}
<div className="layer"></div>
<div className="layer"></div>
</div>
</div>
{(udyamName || true) && width < 800 && <Profile />}
{(slideNav || width > 800) && (
Expand Down
4 changes: 2 additions & 2 deletions src/Udyam/components/Nav/Nav.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/* font-family: 'Russo One', sans-serif; */

@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
.bg {
.bag {
background: url(./background.png) no-repeat;
background-size: cover;
height: 100%;
Expand All @@ -14,7 +14,7 @@
z-index: -3;
}

.bg:before {
.bag:before {
content: '';
width: 100%;
height: 100%;
Expand Down
2 changes: 1 addition & 1 deletion src/Udyam/components/Nav/Nav.js
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ const Nav = (props) => {
<>
{' '}
<div className="background">
<div className="bg"></div>
<div className="bag"></div>
<div className="star-field">
<div className="layer"></div>
<div className="layer"></div>
Expand Down

0 comments on commit edd20e7

Please sign in to comment.