/*
Theme Name: firstperspective
Version: 100.1.0
Description: A child theme of Blog Life
Author: Maci Elijah
Template: blog-life
*/

@import url("../blog-life/style.css");

body {
	font-size: 20px;
}

.wp-post-image {
	margin-bottom:0;
}
.loop .wp-post-image {
	margin-bottom:10px;
}
.entry-content {
	font-size: 18px;
}


@media screen and (max-width: 767px) {
	.entry-content {
		font-size: 16px;
	}
}

@media screen and (max-width: 480px) {
	.site-content {
		padding: 20px 0px 0px 0px;
	}
}
