#author-posts {
	.container {
		ul {
			column-count: 1;

			@media (min-width: 1024px) {
				column-count: 2;
			}

			li {
				margin-bottom: 0.5rem;
				a {
					min-width: 44px;
					min-height: 44px;
				}
			}
		}
	}
}
