mera-mixture-chat / style.css
codelion's picture
Update style.css
89471e1 verified
raw
history blame
249 Bytes
h1 {
text-align: center;
display: block;
}
#duplicate-button {
margin: auto;
color: white;
background: #1565c0;
border-radius: 100vh;
}
.contain {
max-width: 900px;
min-height: 600px;
margin: auto;
/* padding-top: 1.5rem; */
}