Add temp logo

This commit is contained in:
Daniele Pancottini
2023-03-16 19:51:59 +01:00
parent a6f012c058
commit 0502a12114
5 changed files with 13 additions and 24 deletions

View File

@@ -26,10 +26,8 @@
}
.logo {
@apply cursor-pointer rounded-full border transform duration-100 ease-in-out;
&:hover {
@apply shadow-md;
transform: scale(1.05);
}
}