Skip to content

Commit

Permalink
🔥 Hotfix - megamenu underline on mobile layouts (#660)
Browse files Browse the repository at this point in the history
🐛 fixed megamenu underline on mobile layouts

Co-authored-by: Calinator444 <caleb.williams5247@gmail.com>
  • Loading branch information
Calinator444 and Calinator444 authored Aug 18, 2024
1 parent 5725c83 commit d8504f6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,11 @@ ul.favor-list li {
background: url(./images/linkedin.png) 0 center no-repeat;
}


header > div > div > a /*TODO: Fix this at the source https://github.com/SSWConsulting/SSW.MegaMenu/issues/101*/
{
text-decoration: none;
}
.skype {
background: url(./images/skype.png) 0 center no-repeat;
}
Expand Down

0 comments on commit d8504f6

Please sign in to comment.