/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://example.com/
 Description:  Hello Elementor の子テーマです
 Author:       株式会社クラウンクラウン
 Author URI:   https://9696.co.jp/
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  hello-unplugged-child
*/

/* 親テーマのCSSをインポートしない。Elementorで調整する前提 */

/* 見出し内の折り返し制御 */
.elementor-heading-title span,
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  display: inline-block;
}
