Update 'backplaces/style.css'

master
ada 2 weeks ago
parent 6285d3675d
commit 86603cead1

@ -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;

Loading…
Cancel
Save