Small adjusts and set viem to older stable version.

This commit is contained in:
Filipe Soccol
2025-04-15 16:06:07 -03:00
parent 4908dff58b
commit fe06c46c3f
7 changed files with 78 additions and 101 deletions

View File

@@ -28,3 +28,9 @@ a,
.main-container {
@apply flex w-full md:max-w-lg flex-col justify-center items-center px-4 sm:px-8 py-4 sm:py-6 gap-4 rounded-lg border border-gray-500 backdrop-blur-md drop-shadow-lg shadow-lg mt-10;
}
input[type="number"] {
appearance: textfield;
-webkit-appearance: textfield;
-moz-appearance: textfield;
}