/*
Theme Name: YEA Foundation — Ye Universe
Theme URI: https://yeafoundationinc.org/
Author: Young Entrepreneurs of Atlanta Foundation, Inc.
Description: A custom WordPress theme preserving the YEA Foundation's purple, white, and Ye Universe visual experience.
Version: 1.0.1
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: yea-foundation
*/

/* WordPress integration only. The original visual system is in assets/css/site.css. */
.admin-bar .header {
    top: 32px;
}

.wp-page-editor-content {
    width: min(1100px, calc(100% - 2.5rem));
    margin: 0 auto;
    padding: 5rem 0;
}

.wp-page-editor-content > * + * {
    margin-top: 1.25rem;
}

@media (max-width: 782px) {
    .admin-bar .header {
        top: 46px;
    }
}
