AchyuthGamer commited on
Commit
1873558
1 Parent(s): ae2f7e5

Update client/css/message.css

Browse files
Files changed (1) hide show
  1. client/css/message.css +2 -2
client/css/message.css CHANGED
@@ -5,13 +5,13 @@
5
  gap: var(--section-gap);
6
  padding: var(--section-gap);
7
  padding-bottom: 0;
8
- width: 22ch;
9
  animation: typing 2s steps(22), blink .5s step-end infinite alternate;
10
  white-space: nowrap;
11
  overflow: hidden;
12
  border-right: 3px solid;
13
  font-family: monospace;
14
- font-size: 2em;
15
  }
16
 
17
  .message:last-child {
 
5
  gap: var(--section-gap);
6
  padding: var(--section-gap);
7
  padding-bottom: 0;
8
+ width: 8ch;
9
  animation: typing 2s steps(22), blink .5s step-end infinite alternate;
10
  white-space: nowrap;
11
  overflow: hidden;
12
  border-right: 3px solid;
13
  font-family: monospace;
14
+ font-size: 1em;
15
  }
16
 
17
  .message:last-child {