Spaces:
Running
Running
Commit
·
69f5387
1
Parent(s):
fd799b1
Update index.html
Browse files- index.html +7 -0
index.html
CHANGED
@@ -422,6 +422,13 @@ button:hover {
|
|
422 |
border-radius: 5px;
|
423 |
border: 1px solid #ccc;
|
424 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
425 |
|
426 |
|
427 |
|
|
|
422 |
border-radius: 5px;
|
423 |
border: 1px solid #ccc;
|
424 |
}
|
425 |
+
.offcanvas .form-select {
|
426 |
+
width: 120px; /* Set the desired fixed width */
|
427 |
+
padding: 8px;
|
428 |
+
font-size: 14px;
|
429 |
+
border-radius: 5px;
|
430 |
+
border: 1px solid #ccc;
|
431 |
+
}
|
432 |
|
433 |
|
434 |
|