AvvoChat_v02 / style.css
AndreaAlessandrelli4's picture
Update style.css
a2e92b3 verified
raw
history blame contribute delete
431 Bytes
h1 {
text-align: center;
display: block;
}
#duplicate-button {
margin: auto;
color: white;
background: #1565c0;
border-radius: 100vh;
}
.contain {
max-width: 900px;
margin: auto;
padding-top: 1.5rem;
}
#chatbox .input_box textarea {
resize: both;
min-height: 100px;
min-width: 200px;
}
#chatbox .output_box {
resize: both;
overflow: auto;
min-height: 100px;
min-width: 200px;
}