Files
hub-insurance/wp-content/plugins/jetpack/modules/widgets/image-widget/style.css
T
2026-07-02 15:54:39 -06:00

15 lines
214 B
CSS

/*
* Image Widget styles for Jetpack
*/
/* Clear floats */
.jetpack-image-container::after {
clear: both;
}
.jetpack-image-container::before,
.jetpack-image-container::after {
display: table;
content: "";
}