Spaces:
Running
Running
Update templates/styles.css
Browse files- templates/styles.css +3 -5
templates/styles.css
CHANGED
@@ -53,7 +53,8 @@ select {
|
|
53 |
|
54 |
/* Input styles */
|
55 |
input[type="text"] {
|
56 |
-
width:
|
|
|
57 |
padding: 10px;
|
58 |
border: 1px solid #ccc;
|
59 |
border-radius: 4px;
|
@@ -91,8 +92,5 @@ button:hover {
|
|
91 |
opacity: 0.8;
|
92 |
}
|
93 |
|
94 |
-
|
95 |
-
width: 50vw; /* Set the width to 50% of the viewport width */
|
96 |
-
height: 100px; /* You can adjust the height as needed */
|
97 |
-
}
|
98 |
/* Customize more styles as needed */
|
|
|
53 |
|
54 |
/* Input styles */
|
55 |
input[type="text"] {
|
56 |
+
width: 75%;
|
57 |
+
height: 100px; /* You can adjust the height as needed */
|
58 |
padding: 10px;
|
59 |
border: 1px solid #ccc;
|
60 |
border-radius: 4px;
|
|
|
92 |
opacity: 0.8;
|
93 |
}
|
94 |
|
95 |
+
|
|
|
|
|
|
|
96 |
/* Customize more styles as needed */
|