HuggingDiscussions / style.css
radames's picture
radames HF staff
add context to static page
3727198
raw history blame
No virus
333 Bytes
body {
padding: 2rem;
font-family: Charter,ui-serif,Georgia,Cambria,Times New Roman,Times,serif
}
p {
color: rgb(107, 114, 128);
font-size: 15px;
margin-bottom: 10px;
margin-top: 5px;
}
.card {
max-width: 52rem;
margin: 0 auto;
}
.card p:last-child {
margin-bottom: 0;
}
.img-fluid {
width: auto;
max-width: 100%;
}