im-ma / style.css
dylanebert's picture
dylanebert HF staff
initial commit
1aca35c
raw
history blame contribute delete
No virus
206 Bytes
body {
padding: 2rem;
font-family: -apple-system, BlinkMacSystemFont, "Arial", sans-serif;
}
p {
color: rgb(107, 114, 128);
font-size: 15px;
margin-bottom: 10px;
margin-top: 5px;
}