Update style.css
Browse files
style.css
CHANGED
@@ -1,9 +1,13 @@
|
|
1 |
-
#col-container, #col-container-2 {
|
2 |
max-width: 510px;
|
3 |
margin-left: auto;
|
4 |
margin-right: auto;
|
5 |
}
|
6 |
|
|
|
|
|
|
|
|
|
7 |
a {
|
8 |
text-decoration-line: underline;
|
9 |
font-weight: 600;
|
@@ -21,6 +25,10 @@ div#record_btn .mic-wrap > button {
|
|
21 |
border-radius: 20px;
|
22 |
}
|
23 |
|
|
|
|
|
|
|
|
|
24 |
div#error_handler .openai_error {
|
25 |
color: #c25c00;
|
26 |
}
|
|
|
1 |
+
div#col-container, div#col-container-2 {
|
2 |
max-width: 510px;
|
3 |
margin-left: auto;
|
4 |
margin-right: auto;
|
5 |
}
|
6 |
|
7 |
+
div#col-container-2 {
|
8 |
+
margin-top: -16px;
|
9 |
+
}
|
10 |
+
|
11 |
a {
|
12 |
text-decoration-line: underline;
|
13 |
font-weight: 600;
|
|
|
25 |
border-radius: 20px;
|
26 |
}
|
27 |
|
28 |
+
div#error_handler {
|
29 |
+
margin-bottom: 16px;
|
30 |
+
}
|
31 |
+
|
32 |
div#error_handler .openai_error {
|
33 |
color: #c25c00;
|
34 |
}
|