/*
Theme Name: kanzucode.com
Theme URI: https://kanzucode.com
Description: The used on kanzucode.com. It is a child theme of the 'Hello Elementor' theme
Author: Kanzu Code
Author URI: https://kanzucode.com
Template: hello-elementor
Version: 1.0.1
Text Domain: kanzucode
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/


main.type-attachment > .page-header,
main.type-attachment > .comments-area {
	display: none;
}

main.type-attachment p.attachment {
	margin: 50px auto 100px;
    flex-direction: column;
    align-items: center;
    display: flex;
}

main.type-attachment p.attachment > a {
	width: 50%;
}

main.type-attachment p.attachment > a > img {
	width: 100%;
}

