Archive pagination

<?php the_posts_pagination(); ?>


.page-numbers {
	display: block;
	float: left;
	margin: 0 2px 2px 0;
	text-align: center;
	min-width: 44px;	
	padding: 11px 17px;
	background: #00354d11;
	transition: 0.2s;
}
.page-numbers:hover {
	background: #00354d22;
}
.page-numbers.current {
	background: #00354daa;
	color: #fff;
}
arrow-left