This commit is contained in:
Oliver
2025-07-29 12:10:31 -03:00
parent 53acd80b21
commit 95f1cb9a4c

View File

@@ -168,12 +168,13 @@
text-decoration: none;
border-radius: 0px;
font-size: 16px;
border: none;
font-weight: bold;
transition: background-color 0.3s ease, box-shadow 0.3s ease;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
position: absolute;
right: 0;
top: 50%;
top: 10%;
transform: translateY(-50%)
}