/*
Theme Name: Step by Step
Theme URI: https://stepbystep.co.nz
Author: Step by Step
Description: Custom block theme for Step by Step - NZQA-accredited digital and workplace skills training. Brand colours, fonts and button styles are set in theme.json; page content is edited normally in the WordPress block editor.
Version: 1.1.0
Requires at least: 6.4
Requires PHP: 7.4
Tested up to: 6.6
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: stepbystep
*/

/*
 * Sections run the full 1160px so the multi-column layouts have room to
 * breathe. A paragraph sitting on its own directly inside a section would
 * then run to roughly 140 characters a line, which is unreadable, so cap
 * those. Text inside columns is already narrow and is deliberately left
 * alone by this selector.
 */
.wp-block-post-content > .wp-block-group > p {
	max-width: 62ch;
}

/*
 * The header nav and its button sit on one row; keep them from colliding
 * on medium screens.
 */
.wp-block-navigation {
	row-gap: 0.5rem;
}
