ahmed-masry commited on
Commit
da50f13
·
verified ·
1 Parent(s): 5a45c1a

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +5 -0
style.css CHANGED
@@ -9,3 +9,8 @@ h1 {
9
  background: #1565c0;
10
  border-radius: 100vh;
11
  }
 
 
 
 
 
 
9
  background: #1565c0;
10
  border-radius: 100vh;
11
  }
12
+ /* Right-align Arabic text */
13
+ .chat-message {
14
+ text-align: right;
15
+ direction: rtl;
16
+ }