/*
 *  This file is part of the knome.fi customizations for Paperspace.
 *
 */


@media screen and (min-width: 800px) {
	.wp-block-compact-chronological .month a .count {
		display: inline;
	}

	.author-tilt img {
		position: relative;
		z-index: 2000;

		right: 0;
		top: -4.5em;

		transform: rotate(-2deg);
	}
		.author-tilt img {
			margin-bottom: -5px;
		}
}

@media screen and (min-width: 1400px) {
	.wp-block-compact-chronological .year {
		grid-template-columns: 1fr 12fr;
	}
	.wp-block-compact-chronological .year ul {
		grid-template-columns: repeat( 12, 1fr );
	}
}
