speed + more config

This commit is contained in:
JurajKubrican
2025-08-04 20:24:57 +02:00
parent c350501f29
commit db8fd17376
7 changed files with 35 additions and 12 deletions

View File

@@ -1,9 +1,6 @@
.boxes-container {
max-width: 800px;
margin: 0 auto;
border: #4a7c59 1px dotted;
border-radius: 4px;
}
.boxes input{
margin: 0;
@@ -52,4 +49,11 @@
.counter-label {
color: #4a7c59;
}
.users-container {
border: #4a7c59 1px dotted;
margin-top:50px;
color:#4a7c59;
font-size: 0.5rem; /* Adjust font size as needed */
}