multimodalart's picture
Update style.css
93640e6
raw
history blame
277 Bytes
body {
padding: 2rem;
font-family: -apple-system, BlinkMacSystemFont, "Arial", sans-serif;
}
h1 {
font-size: 16px;
margin-top: 0;
}
p {
font-size: 15px;
margin-bottom: 10px;
margin-top: 5px;
}
li{
margin-top: 5px;
}
.type-letter{
list-style-type: lower-alpha;
}