/*
Theme Name:   Haswell Child
Theme URI:    https://chaireunesco-prev.ca/
Template:     haswell
Description:  Haswell Child Theme
Author:       Clément Mangin
Author URI:   https://www.clementmangin.com-prev.ca/
Version:      1.2.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready
Text Domain:  haswellchild
*/

/* Justify text of all posts */
.cms-blog-item .entry-content {
    text-align: justify;
}

/* Use left-aligned thumbnail in single post pages */
.cms-blog-item.cms-single-blog .entry-feature-image {
    float: left;
    margin-right: 30px;
}

.cms-blog-item.cms-single-blog .entry-footer {
    clear: left;
}

/* Remove padding on full-size featured image's modal */
.entry-feature-modal .modal-body {
	padding: 0;
}

