#pageTitle {
	text-align: center;
	margin-bottom: var(--share-space);
}
@media only screen and (max-width: 640px) {
	#pageTitle {
		padding-top: var(--share-smp-space);
		margin-bottom: 0;
	}
}

#articles li .date {
	display: none;
}