Skip to content

Commit

Permalink
Accidentally deleted the wrong code
Browse files Browse the repository at this point in the history
  • Loading branch information
angela139 committed Sep 12, 2023
1 parent cffd40f commit 33d6f11
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/sections/Hero/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const Hero: React.FC = () => {
</div>
<div className={styles.arrow} role="presentation" onClick={scrollToInfo}>
<h6>Learn More</h6>
<FaChevronDown />
<FaChevronDown className={styles.scroll} />
</div>
</div>
);
Expand Down
4 changes: 4 additions & 0 deletions src/sections/Hero/style.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@
cursor: pointer;
}

.scroll {
margin: auto;
}

/* Font size and layout for mobile*/

@media screen and (max-width: 768px) {
Expand Down

0 comments on commit 33d6f11

Please sign in to comment.