FrederickSundeep commited on
Commit
d0aa29d
·
verified ·
1 Parent(s): 7b6e4be

Update src/App.css

Browse files
Files changed (1) hide show
  1. src/App.css +14 -0
src/App.css CHANGED
@@ -182,4 +182,18 @@ pre.line-numbers {
182
 
183
  *:hover {
184
  scrollbar-color: rgba(100, 100, 100, 0.5) transparent;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
185
  }
 
182
 
183
  *:hover {
184
  scrollbar-color: rgba(100, 100, 100, 0.5) transparent;
185
+ }
186
+
187
+ .chat-box p {
188
+ margin: 0.5em 0;
189
+ line-height: 1.6;
190
+ }
191
+
192
+ .chat-box li {
193
+ margin: 0.3em 0;
194
+ }
195
+
196
+ .chat-box ul, .chat-box ol {
197
+ margin: 0.5em 0 0.5em 1.2em;
198
+ padding: 0;
199
  }