mirror of
https://github.com/ReVanced/revanced-website.git
synced 2026-01-30 14:21:07 +00:00
removed unnecessary translates
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user