/* Theme Name: A19 Author: rdunant Author URI: http://www.quietdesigns.com Description: A19 is a WordPress Twenty Nineteen child theme that adds a sidebar with options for which page(s) it is displayed. Template: twentynineteen Version: 1.0.0 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Text Domain: a19 Tags: one-column, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready Requires at least: WordPress 4.9.6 A19 WordPress Theme, Copyright 2019 Ron Dunant. A19 is distributed under the terms of the GNU GPL v2.0 or later. */ /* fix issue in WordPress Twenty Nineteen style.css */ @media only screen and (min-width: 1168px) { .entry .entry-content > *, .entry .entry-summary > * { max-width: calc(8 * (100vw / 12) - 28px); } }