ehristoforu
commited on
Commit
•
7a3e17a
1
Parent(s):
893f8a9
Update style.css
Browse files
style.css
CHANGED
@@ -14,3 +14,14 @@ h1 {
|
|
14 |
margin: auto;
|
15 |
padding-top: 1.5rem;
|
16 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
margin: auto;
|
15 |
padding-top: 1.5rem;
|
16 |
}
|
17 |
+
|
18 |
+
#banner-image {
|
19 |
+
display: block;
|
20 |
+
margin-left: auto;
|
21 |
+
margin-right: auto;
|
22 |
+
}
|
23 |
+
|
24 |
+
#chat-message {
|
25 |
+
font-size: 14px;
|
26 |
+
min-height: 300px;
|
27 |
+
}
|