/*
Theme Name:     Newspaper Child theme
Theme URI: 		http://themeforest.net/user/tagDiv/portfolio
Description:    Child theme made by tagDiv
Author:         tagDiv
Author URI: 	http://themeforest.net/user/tagDiv/portfolio
Template:       Newspaper
Version:        9.0c
*/


/*  ----------------------------------------------------------------------------
    This file will load automatically when the child theme is active. You can use it
    for custom CSS.
*/

/* Adjusting Post Images Bottom Margin.
 * On - Blog and Category Pages.
 * Only Applied On - Left aligned images inside gutenberg editor.
*/
.td-post-content .wp-block-image .alignleft figcaption {
  margin-bottom: 0;
}


/* Adjusting Post Images Bottom Margin.
 * On - Single Post Pages.
 * Only Applied On - Left aligned images inside gutenberg editor.
*/
.single-post .wp-block-image .alignleft,
.single-post .wp-block-image .alignleft figcaption {
  margin-bottom: 0 !important;
}
