llama-2-13b-chat / style.css
Daniela-C's picture
Update style.css
c2078da verified
raw
history blame
216 Bytes
h1 {
text-align: center;
display: block;
}
#upload-file {
margin: auto;
color: white;
background: #1565c0;
border-radius: 100vh;
}
.contain {
max-width: 900px;
margin: auto;
padding-top: 1.5rem;
}