// main: theme.scss /* Here lives CSS required for shortcodes */ // == Children shortcode == .children p { font-size: small; margin-top: 0px; padding-top: 0px; margin-bottom: 0px; padding-bottom: 0px; } .children-li p { font-size: small; font-style: italic; } .children-h2 p, .children-h3 p { font-size: small; margin-top: 0px; padding-top: 0px; margin-bottom: 0px; padding-bottom: 0px; } .children h3,.children h2 { margin-bottom: 0px; margin-top: 5px; }