/*
Theme Name: ones ceremony
Theme URI: https://example.com/ones-ceremony
Author: ones ceremony
Description: ones ceremony の支給HTMLをWordPressで表示するための専用テーマです。
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: ones-ceremony
*/

/* WordPress管理バー表示時も固定ヘッダーが隠れないように調整します。 */
.admin-bar header {
  top: 32px;
}

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

.oc-wp-content {
  width: min(100% - 48px, 960px);
  margin: 64px auto;
}

.oc-wp-content a {
  text-decoration: underline;
}
