CataLlama-Chat / style.css
laurentiubp's picture
Update style.css
a399270 verified
raw
history blame
No virus
142 Bytes
h1 {
text-align: center;
display: block;
}
.contain {
max-width: 1200px;
margin: auto;
min-height: 1000px;
padding-top: 1.5rem;
}