Skip to content
Snippets Groups Projects
Commit 73a27d65 authored by Olivia206's avatar Olivia206
Browse files

fixed hovered links in list-section mixin

parent 558b5eb8
No related branches found
No related tags found
No related merge requests found
......@@ -216,11 +216,12 @@
transform: translateX(0)
position: relative
&:hover
color: $color-accent
&::after
transform: translateX($spacing0)
a
text-decoration: none
&:hover
color: $color-accent
@include media-breakpoint-down(md)
a, p
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment