/*
Theme Name: LP Theme Author Styles
Theme URI: https://literacyplanet.com
Author: Literacy Planet
*/

/* GENERAL
################################################################################### */

.col-info {
	text-align: center;
}

.col-info .profile-image {
	margin-left: auto;
	margin-right: auto;
	width: 10rem;
	height: 10rem;
	padding: 0.5rem;
	border: 3px solid var(--blue);
	border-radius: 20rem;
}

.col-info img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 20rem;
}

@media (min-width: 1024px) {

	.author-layout .col-info {
		width: 33.33%;
	}

	.author-layout .col-posts {
		width: 66.66%;
	}

}