1/** 2 * This file provides styles for highlight plugin 3 */ 4 5 6/* + + + + + global + + + + + */ 7 8#plugin__highlightparent { 9 clear: none; 10 display: block; 11 position: relative; 12 13 + * { 14 clear: both; 15 padding-top: 1em; // as h1 16 } 17} 18 19@media @screen_max-md { 20 #plugin__highlightparent { 21 clear: both; 22 margin-top: 1rem; 23 } 24} 25