Skip to content

Commit

Permalink
Use margin instead of padding to avoid misplaced hover effect
Browse files Browse the repository at this point in the history
Signed-off-by: Eduard Itrich <eduard.itrich@porsche.de>
on-behalf-of: @porscheofficial <open_source_office@porsche.de>
  • Loading branch information
itrich committed Dec 12, 2024
1 parent bc00d14 commit a7e301f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

.navSubLink {
width: auto;
padding-top: $pds-spacing-static-medium;
margin-top: $pds-spacing-static-small;
}

.navLinkImage {
Expand Down

0 comments on commit a7e301f

Please sign in to comment.