Spaces:
Running
Running
fix: change html font-size
Browse files- static/styles.css +4 -0
static/styles.css
CHANGED
@@ -4,6 +4,10 @@ body {
|
|
4 |
font-family: 'Inter', sans-serif;
|
5 |
}
|
6 |
|
|
|
|
|
|
|
|
|
7 |
.user-message {
|
8 |
display: flex;
|
9 |
justify-content: flex-end;
|
|
|
4 |
font-family: 'Inter', sans-serif;
|
5 |
}
|
6 |
|
7 |
+
htmp {
|
8 |
+
font-size: 14px;
|
9 |
+
}
|
10 |
+
|
11 |
.user-message {
|
12 |
display: flex;
|
13 |
justify-content: flex-end;
|