Martin-1
9/3/2018 - 5:59 PM

Centering checklist on page aligning left

Center a checklist while having it align on the left in the center.

/* checklist op de homepage centreren - add your own class*/
.checkie {
	max-width: 300px !important;
	margin-right: auto !important;
	margin-left: auto !important;
}