/*
Theme Name: My Empty Theme
Theme URI: http://example.com/
Author: Your Name
Author URI: http://example.com/
Description: A basic empty theme for WordPress.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: empty, minimal
Text Domain: my-empty-theme
*/

body {
    margin: 0;
}

body.full-width-template #primary {
    width: 100%;
    margin: 0;
    padding: 0;
}

body.full-width-template .site-main {
    width: 100%;
    max-width: 100%;
}
