Skip to content

Commit

Permalink
signed off- removed commented code
Browse files Browse the repository at this point in the history
Signed-off-by: Nicole Payne <[email protected]>
  • Loading branch information
Npcodes1 committed Sep 17, 2024
1 parent d109db0 commit c1e77e6
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/sections/Home/Playground-home/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ const ViewsSectionWrapper = styled.div`
align-items: center;
padding: 0 5% 0 0;
box-sizing: border-box;
//box-shadow: ${(props) => props.theme.boxShadowBlue477E96};
transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
overflow: hidden;
Expand All @@ -64,7 +63,6 @@ const ViewsSectionWrapper = styled.div`
}
h2 {
/* max-width: 90%; */
padding-bottom: 2%;
}
}
Expand Down Expand Up @@ -111,11 +109,6 @@ const ViewsSectionWrapper = styled.div`
}
// .overlay {
// width: 483px;
// height: 680px;
// }
.container {
display: flex;
justify-content: center;
Expand Down Expand Up @@ -291,16 +284,10 @@ const MeshmapVisualizerViews = () => {
<ViewsSectionWrapper>
<div className="views-section">
<div className="hero-image" ref={imageRef}>
{/* <img
className={imageInView ? "lines-visible" : "not-visible"}
src={CommentingImageDark}
alt=""
/> */}
<div
className={
imageInView ? "visible container" : "not-visible container"
}
// className="visible container"
>
<div className="line position-line-down-left animation-left-scroll">
<div className="line-primary animation-down-scroll">
Expand Down

0 comments on commit c1e77e6

Please sign in to comment.