12 lines
133 B
CSS
12 lines
133 B
CSS
|
#conversejs {
|
||
|
left: 0px;
|
||
|
right: 0px;
|
||
|
}
|
||
|
.converse-chatroom {
|
||
|
font-size: 14px;
|
||
|
}
|
||
|
.intro {
|
||
|
padding: 0;
|
||
|
height: 100vh;
|
||
|
}
|