quitado un efecto raro de los botones

This commit is contained in:
2024-11-26 10:15:36 +01:00
parent 0505c93578
commit 0760d572a7

View File

@@ -47,7 +47,4 @@ const posts = await Astro.glob("../pages/posts/*.mdx");
.btn-success {
transition: transform 0.3s ease;
}
.btn-success:hover {
transform: translateX(5px);
}
</style>