Spaces:
Sleeping
Sleeping
Update style.css
Browse files
style.css
CHANGED
@@ -11,6 +11,7 @@ html, body {
|
|
11 |
width: 100%;
|
12 |
overflow-x: hidden;
|
13 |
padding: 0 !important;
|
|
|
14 |
}
|
15 |
|
16 |
/* Title Styling */
|
@@ -31,6 +32,9 @@ html, body {
|
|
31 |
background-color: white !important;
|
32 |
padding: 8px;
|
33 |
color: #8f6c91 !important;
|
|
|
|
|
|
|
34 |
}
|
35 |
|
36 |
/* Cute Buttons */
|
|
|
11 |
width: 100%;
|
12 |
overflow-x: hidden;
|
13 |
padding: 0 !important;
|
14 |
+
text-align: center; /* Center all text elements */
|
15 |
}
|
16 |
|
17 |
/* Title Styling */
|
|
|
32 |
background-color: white !important;
|
33 |
padding: 8px;
|
34 |
color: #8f6c91 !important;
|
35 |
+
text-align: center; /* Center text inside input */
|
36 |
+
margin: 0 auto; /* Center the input box */
|
37 |
+
max-width: 300px; /* Prevent it from being too wide */
|
38 |
}
|
39 |
|
40 |
/* Cute Buttons */
|