Skip to content

Commit

Permalink
Social header css fix
Browse files Browse the repository at this point in the history
  • Loading branch information
antongit committed Jan 22, 2025
1 parent aede2cc commit 981f8c1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions assets/scss/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,10 @@
{
border: none;
border-radius: 6px;

.tooltiptext{
display: none;
}
}

.social-list {
Expand All @@ -314,6 +318,8 @@
white-space: nowrap; /* Prevents content from wrapping */
justify-content: flex-start;
width: fit-content;
height: 3.7rem;

}
}
}
Expand Down

0 comments on commit 981f8c1

Please sign in to comment.