<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.posts {
	display: grid;
	width: 100%;
	grid-template-columns: repeat(auto-fit,minmax(240px,1fr));
	grid-gap: 20px;
	justify-items: stretch;    
	align-items: start;
	width: 100%;
}

div.left, div.right {
	margin-bottom: 1em;
}

.category-list li a {
	display: block;
}
.galleryList {
	margin-top: 0;
}</pre></body></html>