speed + more config
This commit is contained in:
@@ -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 */
|
||||
}
|
||||
@@ -31,4 +31,8 @@ a:hover {
|
||||
|
||||
nav li {
|
||||
list-style: none;
|
||||
}
|
||||
main{
|
||||
max-width: 800px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
Reference in New Issue
Block a user