diff --git a/assets/scss/_header.scss b/assets/scss/_header.scss index 10824c7c..257372ad 100644 --- a/assets/scss/_header.scss +++ b/assets/scss/_header.scss @@ -305,6 +305,10 @@ { border: none; border-radius: 6px; + + .tooltiptext{ + display: none; + } } .social-list { @@ -314,6 +318,8 @@ white-space: nowrap; /* Prevents content from wrapping */ justify-content: flex-start; width: fit-content; + height: 3.7rem; + } } }