quitado un efecto raro de los botones
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user