JeCabrera commited on
Commit
bf16852
·
unverified ·
2 Parent(s): 949043b078e2c8

Merge branch 'main' into codex/analyze-.py-files-for-react-migration-ywgel6

Browse files
Files changed (1) hide show
  1. frontend/src/App.css +9 -2
frontend/src/App.css CHANGED
@@ -224,6 +224,9 @@ body {
224
  font-size: 16px;
225
  margin-bottom: 24px;
226
  }
 
 
 
227
 
228
  .example-buttons {
229
  display: grid;
@@ -265,8 +268,12 @@ body {
265
  gap: 8px;
266
  }
267
 
268
- .message.user {
269
- justify-content: flex-end;
 
 
 
 
270
  }
271
 
272
  .message.assistant,
 
224
  font-size: 16px;
225
  margin-bottom: 24px;
226
  }
227
+ .initial-menu h1 { color: var(--brand); font-size: 44px; font-weight: 700; }
228
+ .brand-author { font-size: 30px; margin-bottom: 10px; }
229
+ .initial-menu p { color: var(--text); font-size: 16px; margin-bottom: 24px; }
230
 
231
  .example-buttons {
232
  display: grid;
 
268
  gap: 8px;
269
  }
270
 
271
+ .message .content {
272
+ width: 100%;
273
+ max-width: 900px;
274
+ border-radius: 10px;
275
+ line-height: 1.65;
276
+ font-size: 18px;
277
  }
278
 
279
  .message.assistant,