Written by Anonymous
main h1.entry-title {
font-weight: 600;
font-size: 25px;
color: #7B7B7B;
}
main .article-header.entry-header {
margin-top: 3em;
margin-bottom: 3em;
text-align: center;
}
@media screen and (max-width: 480px) {
main h1.entry-title {
font-size: 20px;
padding: .6em .4em;
}
}
/* メニューバー背景の高さ */
.navi-in > ul li {
height: 38px;
line-height: 38px;
}
/* トップページの記事のタイトルを非表示にする */
.home .entry-title {
display: none;
}
/* 固定ページのタイトルの余白を消す */
.post-1048 header {
margin: -1em;
}
/* 特定ページの投稿日・更新日を消す場合 */
.page-id-1178 .date-tags {
display: none;
}
.page-id-1184 .date-tags {
display: none;
}
.page-id-1186 .date-tags {
display: none;
}
.page-id-1189 .date-tags {
display: none;
}
/* 特定ページのタイトルを消す場合 */
.page-id-1178 .entry-title {
display: none;
}
.page-id-1184 .entry-title {
display: none;
}
.page-id-1186 .entry-title {
display: none;
}
.page-id-1189 .entry-title {
display: none;
}