Skip to content

Commit

Permalink
Removed Before from Hero Section
Browse files Browse the repository at this point in the history
  • Loading branch information
devalentineomonya committed Mar 13, 2024
1 parent 4e3db2c commit c7a5e6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Hero/hero.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
}
}

.hero-section::before {
/* .hero-section::before {
position: absolute;
content: "";
height: 40vh;
Expand All @@ -35,7 +35,7 @@
bottom: 0;
clip-path: polygon(88.64% 86.17%, 100% 22.77%, 100% 103.08%, 0% 107.05%, 0.00% -11.79%);
}
} */

.hero-text-container {
display: flex;
Expand Down

0 comments on commit c7a5e6e

Please sign in to comment.