styling update

This commit is contained in:
2024-05-03 20:50:50 +02:00
parent b4797365f5
commit b70c90351c
3 changed files with 7 additions and 5 deletions

View File

@ -41,7 +41,6 @@
color: #000;
background-color: rgba(255, 255, 255, 0.5);
padding: 0.25rem 0.5rem;
font-weight: 600;
font-size: 0.875rem;
}
input {
@ -64,11 +63,11 @@
gap: 0.5rem;
.button {
padding: 0.875rem 0;
padding: 1rem 0;
min-width: 6.25rem;
text-align: center;
position: relative;
font-size: 0.875rem;
font-size: 0.80rem;
p {
margin: auto;

View File

@ -6,7 +6,6 @@
body {
-ms-overflow-style: none;
scrollbar-width: none;
background: black;
}