Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
asmitbm committed May 4, 2024
1 parent dea486b commit f170995
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 25 deletions.
28 changes: 4 additions & 24 deletions app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,35 +6,15 @@
margin: 0;
padding: 0;
box-sizing: border-box;
scrollbar-width: none; /* Firefox */
scrollbar-width: none;
-ms-overflow-style: none;
}

::-webkit-scrollbar {
width: 0; /* Remove scrollbar space */
height: 0; /* Optional: just make scrollbar invisible */
width: 0;
height: 0;
}

body {
padding-top: 70px;
}

/*html.lenis {
height: auto;
}
.lenis.lenis-smooth {
scroll-behavior: auto;
}
.lenis.lenis-smooth [data-lenis-prevent] {
overscroll-behavior: contain;
}
.lenis.lenis-stopped {
overflow: hidden;
}
.lenis.lenis-scrolling iframe {
pointer-events: none;
}*/
}
2 changes: 1 addition & 1 deletion components/Projects/PostCard/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const PostCard = ({ project, index }) => {
opacity: 1,
y: `0em`,
transition: {
duration: 0.5,
duration: 0.2,
ease: [0.5, 0.75, 0.4, 0.9],
},
},
Expand Down

0 comments on commit f170995

Please sign in to comment.