/*
  Skin Name: 古梅堂スキン
  Description: 古梅堂サイト用スキン
  Skin URI: https://kobaido.com/
  Author: 古梅堂
  Author URI: https://kobaido.com/
  Screenshot URI: https://kobaido.com/img/cover-picture.jpg
  Version: 1.0.0
  Priority: 9999000000
*/
/*以下にスタイルシートを記入してください*/

.content {
  margin-top: 0px;

  .main {
    padding: 0px;

    article {
      margin-bottom: 0px;

      .entry-title {
        margin: 0px;
      }

      .entry-content {
        margin-top: 0px;
        margin-bottom: 0px;

        p {
          margin-bottom: 1em;
        }

        .wp-block-separator {
          margin-bottom: 1em;
        }

        ul {
          margin-bottom: 0px;
        }
      }
    }
  }
}