llm-conf / style.css
muellerzr's picture
muellerzr HF staff
Let's try this
1d2bb35
raw
history blame
221 Bytes
/*-- scss:defaults --*/
table {
color: rgb(107, 114, 128);
}
.card {
max-width: 620px;
margin: 0 auto;
padding: 16px;
border: 1px solid lightgray;
border-radius: 16px;
}
.card p:last-child {
margin-bottom: 0;
}