/*
Theme Name:		 maker-child
Theme URI:		 http://childtheme-generator.com/
Description:	 maker-child is a child theme of Maker, created by ChildTheme-Generator.com
Author:			 J
Author URI:		 http://childtheme-generator.com/
Template:		 maker
Version:		 1.0.0
Text Domain:	 maker-child
*/


/*
    Add your custom styles here
*/

.site {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .blog .post, .archive .post {
    width: 33.33333%;
    display: inline-block;
    float: left;
    margin-bottom: 0;
  }

  .post-thumbnail {
    margin: 0;
  }
}

@media screen and (min-width: 1024px) {
	.content-area {
		float: none;
  	width: 100%;
    max-width: 100%;
    margin: 0;

	}

}
