TensorLM-for-HF / style.css
ehristoforu's picture
Upload 6 files
ce09408 verified
raw
history blame
No virus
292 Bytes
#container{
margin: 0 auto;
max-width: 40rem;
}
#intro{
max-width: 100%;
text-align: center;
margin: 0 auto;
}
#generate_button {
color: white;
border-color: #007bff;
background: #007bff;
width: 200px;
height: 50px;
}
footer {
visibility: hidden
}