Skip to content
Snippets Groups Projects
Unverified Commit c676e031 authored by Alexis BENOIT's avatar Alexis BENOIT Committed by GitHub
Browse files

Merge pull request #46 from noesya/fix/corrections

fixed hovered links in list-section mixin
parents b7deefcc 73a27d65
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(desktop)
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