Frajosgro commited on
Commit
78c3f6b
·
verified ·
1 Parent(s): cffebea

Delete (static/static

Browse files
Files changed (1) hide show
  1. (static/static/styles.css +0 -21
(static/static/styles.css DELETED
@@ -1,21 +0,0 @@
1
- body {
2
- font-family: 'Arial', sans-serif;
3
- background: #f0f2f5;
4
- margin: 0;
5
- padding: 20px;
6
- }
7
-
8
- #chat {
9
- height: 60vh;
10
- overflow-y: auto;
11
- background: white;
12
- border-radius: 8px;
13
- padding: 15px;
14
- margin-bottom: 10px;
15
- }
16
-
17
- .disclaimer {
18
- color: #ff6b6b;
19
- font-size: 12px;
20
- text-align: center;
21
- }