12 lines
198 B
CSS
12 lines
198 B
CSS
body {
|
|
background-color: transparent;
|
|
font-family: 'Inter', sans-serif;
|
|
font-size: 16px;
|
|
margin: 0;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.chat-container {
|
|
padding: 10px;
|
|
height: 100vh;
|
|
} |