/**
 * Theme Name: Prystine Theme
 * Description: A custom theme designed & built by Prystine
 * Author: Prystine Web Solutions Ltd
 * Author URI: https://www.prystine.co.uk/
 * Template: blocksy
 * Text Domain: prystine
 */

/*
 * Home page card grid (Stackable columns, page 2).
 * Blocksy's 1200px container gives three 377px columns, but the MPU adverts
 * in the grid are a fixed 336x280, so the content cards came out 41px wider
 * than the adverts on large screens. Capping the row at 3 x 336 + 2 x 35px
 * gap makes cards and adverts the same width at full size; below that the
 * columns already shrink together.
 */
.stk-d9aa55f .stk-row,
.stk-8b3287b .stk-row,
.stk-54f3089 .stk-row {
	max-width: 1078px;
	margin-left: auto;
	margin-right: auto;
}

