Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 committed Jul 11, 2024
1 parent 8529a7f commit 941b998
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/footer/footer.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

.socialIcon {
display: flex;
align-items: center; /* Ensures vertical alignment */
align-items: center;
}

.socialIcon svg {
Expand Down
3 changes: 1 addition & 2 deletions src/components/header/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,13 @@ header {

.social-icon {
display: flex;
align-items: center; /* Ensures vertical alignment */
align-items: center;
}

.social-icon svg {
fill: var(--color-secondary);
}


.mobile-menu,
.mobile-menu.active,
.mobile-menu-items,
Expand Down

0 comments on commit 941b998

Please sign in to comment.