correction bouton meetup + flèche faq

This commit is contained in:
Valentin
2024-03-30 18:41:51 +01:00
parent 746c347042
commit 54e34f98f9
5 changed files with 105 additions and 35 deletions

View File

@@ -53,4 +53,13 @@
justify-content: center;
align-items: center;
margin-right: 0.5rem;
}
#block-erabletheme-unequestion a {
display: block;
transform: translateY(0);
transition: transform 0.2s ease-out;
}
#block-erabletheme-unequestion a:hover {
transform: translateY(-2px);
}