removed unnecessary translates

This commit is contained in:
afnzmn
2022-07-19 10:18:26 -04:00
parent eb6b7ce743
commit 2ea31cef26
3 changed files with 4 additions and 6 deletions

View File

@@ -27,7 +27,6 @@
background-color: transparent;
font-size: 1.5rem;
margin-top: 45px;
transform: translateX(-5%);
transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
transition-duration: 0.4s;
margin-right: 20px;
@@ -44,6 +43,6 @@
}
button:hover {
transform: translate(-5%, -5%);
transform: translate(0%, -5%);
}
</style>