Skip to content

Commit

Permalink
Merge pull request #38 from aiman99aleryany/aiman99aleryany/new
Browse files Browse the repository at this point in the history
Fix: footer bug
  • Loading branch information
ai-eryany authored Feb 13, 2023
2 parents b0b9e4f + 090ab94 commit b50b87f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
17 changes: 0 additions & 17 deletions src/components/scale/Scale.scss
Original file line number Diff line number Diff line change
Expand Up @@ -104,21 +104,4 @@
line-height: v.$info-lh;
}
}

.globe-container {
position: absolute;
width: 100vw;
height: 100vh;
transform: scale(0.5);
overflow: hidden;
}

#globe {
position: absolute;
width: 100%;
height: 100%;
inset: 0;
background-color: #040d21;
background-color: #002640;
}
}
2 changes: 1 addition & 1 deletion src/pages/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ function Home() {
<Approach />
<Scale />
<More />
<Footer />
</main>
<Footer />
</>
);
}
Expand Down

0 comments on commit b50b87f

Please sign in to comment.