Skip to content

Commit

Permalink
fix: solve #10
Browse files Browse the repository at this point in the history
  • Loading branch information
einazare committed Mar 23, 2021
1 parent e10286c commit 5940d52
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Landing Page/react-landing-page/src/views/Landing.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export default function Landing() {
</div>
<div
className="top-auto bottom-0 left-0 right-0 w-full absolute pointer-events-none overflow-hidden"
style={{ height: "70px", transform: "translateZ(0)" }}
style={{ height: "70px" }}
>
<svg
className="absolute bottom-0 overflow-hidden"
Expand Down Expand Up @@ -176,7 +176,7 @@ export default function Landing() {
<section className="relative py-20">
<div
className="bottom-auto top-0 left-0 right-0 w-full absolute pointer-events-none overflow-hidden -mt-20"
style={{ height: "80px", transform: "translateZ(0)" }}
style={{ height: "80px" }}
>
<svg
className="absolute bottom-0 overflow-hidden"
Expand Down Expand Up @@ -437,7 +437,7 @@ export default function Landing() {
<section className="pb-20 relative block bg-gray-900">
<div
className="bottom-auto top-0 left-0 right-0 w-full absolute pointer-events-none overflow-hidden -mt-20"
style={{ height: "80px", transform: "translateZ(0)" }}
style={{ height: "80px" }}
>
<svg
className="absolute bottom-0 overflow-hidden"
Expand Down

0 comments on commit 5940d52

Please sign in to comment.