Skip to content

Commit

Permalink
Move downarrow
Browse files Browse the repository at this point in the history
  • Loading branch information
TomMitchell123 committed Jul 26, 2024
1 parent c96dee9 commit 762d27e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ html, body {
.down-arrow {
font-size: 3rem;
color: var(--highlight-color);
margin-top: 1rem; /* Reduced margin */
margin-top: 2rem; /* Increased margin to move arrow lower */
animation: bounce 2s infinite;
cursor: pointer;
opacity: 0;
Expand Down Expand Up @@ -527,7 +527,7 @@ footer {
}

.down-arrow {
margin-top: 1rem; /* Reduce space above down arrow on mobile */
margin-top: 2rem; /* Reduce space above down arrow on mobile */
}

.main-nav {
Expand Down

0 comments on commit 762d27e

Please sign in to comment.