/*
Theme Name: Stewart-child
Template: stewart
Theme URI: https://wordpress.com/theme/stewart
Author: Automattic
Author URI: https://automattic.com/
Description: Stewart-child is a modern blogging theme with a left sidebar. Its default color scheme is a striking combination of orange and light gray, to give your blog a sophisticated appearance from day one.
Requires at least: 6.1
Tested up to: 6.1
Requires PHP: 5.7
Version: 1.18
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: stewart
Tags: two-columns, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments

Stewart WordPress Theme, (C) 2022 Automattic, Inc.
Stewart is distributed under the terms of the GNU GPL.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

This theme uses the following third-party resource in its theme screenshot:

"Swedish Windows / Fönster no. 1" by Fons Heijnsbroek
https://www.flickr.com/photos/abstract-art-fons/28822761186/

*/

@import url("../stewart/style.css");


@media (max-width: 781px) {
  /* 記事本文の中だけに適用 */
  main#wp--skip-link--target {
    /* h1 */
    h1.wp-block-post-title {
      font-size: 26px !important;
    }

    /* h2 */
    h2.wp-block-heading {
      font-size: 24px;
    }

    /* h3 */
    h3 {
      font-size: 22px;
      font-weight: 500;
    }

    /* p */
    p {
      font-size: 16px;
      letter-spacing: 0.6px;
    }

    /* 本文コンテナ */
    .entry-content.wp-block-post-content {
      padding-top: 20px !important;
    }
  }
}
