diff --git a/backplaces/style.css b/backplaces/style.css index c1c9f7b..852074f 100644 --- a/backplaces/style.css +++ b/backplaces/style.css @@ -75,24 +75,11 @@ link{ margin-right: 0.5rem; margin-bottom: 0.5rem; } -link::before { - content: ''; - position: absolute; - width: 100%; - height: 4px; - border-radius: 4px; - background-color: #18272F; - bottom: 0; - left: 0; - transform-origin: right; - transform: scaleX(0); - transition: transform .3s ease-in-out; - } -link:hover::before { - transform-origin: left; - transform: scaleX(1); +link:hover{ + animation: wiggle 0.6s infinite; } + .content-list { font-size: 41px; max-width: 40rem;