/*
Theme Name: PLD Blank
Theme URI: https://paullacey.digital
Author: Paul Lacey
Author URI: https://paullacey.digital
Description: A near-nothing WordPress theme that hands everything to Beaver Builder and Beaver Themer. Full support for Themer header, footer and parts layouts. Pair with PLD Blank Child, which carries the site functions, so this parent never needs touching per site.
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: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pld-blank
Tags: page-builder, beaver-builder, blank
*/

/* The bare minimum - everything visual belongs to Beaver Builder. */

body {
	margin: 0;
}

img {
	max-width: 100%;
	height: auto;
}
