Skip to content

Commit

Permalink
fix modal postioning and patched footer opacity issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam-Meza committed Sep 22, 2023
1 parent 25ec1bd commit 1506526
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/Components/Detail/Details.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
align-items: center;
width: 80%;
padding-top: 25px;
position: relative;
}

.single-det-text-wrapper {
Expand Down
2 changes: 1 addition & 1 deletion src/Components/Footer/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const Footer = () => {
className='team-container'
ref={teamContainerRef}
style={{
opacity: rect.top >= 575 ? .10 : 1
// opacity: rect.top >= 575 ? .10 : 1
}}
>
<h1>The Team</h1>
Expand Down

0 comments on commit 1506526

Please sign in to comment.