Cursor change on active-feature

This commit is contained in:
Adam Iannazzone 2024-09-26 12:26:35 -04:00
parent d288e02319
commit 95a80fb3ba

View file

@ -116,6 +116,7 @@ footer {
.feature-container#active-feature {
transition: 0.5s;
scale: 100%;
cursor:auto;
}
.empty-feature-container {