2
0
mirror of synced 2025-02-23 09:28:10 +00:00
2017-05-20 17:35:21 -05:00

17 lines
278 B
CSS

blockquote {
box-sizing: border-box;
padding: 24px;
border-radius: 8px;
border: 1px solid #e3e6e7;
margin-top: 24px;
}
em {
font-style: italic;
}
.faq-rules {
list-style-type: decimal;
font-size: 92%;
}
.faq-rules li:not(:first-child) {
margin-top: 12px;
}