/*
 * Full width article layout.
 */

article {

	/* Zero out the left side indent used by the article number. */
	--article-indent: 0;

	/* Hide the article number. */
	.article__number {
		display: none;
	}
}
