/*
Theme Name: Third Story
Theme URI: https://3rdstory.com
Author: Third Story
Description: A minimal theme for the Third Story splash page.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: third-story
*/

*,
*::before,
*::after {
	box-sizing: border-box;
}

body {
	margin: 0;
}

.site-main--splash {
	margin: 0;
	padding: 0;
	max-width: none;
}

.site-main--splash .alignfull {
	width: 100%;
	max-width: none;
	margin-left: 0;
	margin-right: 0;
}
