/* 記事本文の文字色 */
.entry-content {
    color: #5e5554;
}
/* 文字サイズ */
.entry-content p {
font-size:17px;/*文字の大きさ*/
line-height:1.75em;/*行間*/
}
@media screen and (max-width:768px){
.entry-content p {
font-size:16px;
line-height:1.75em;
}
}

/*プロフ内の「このブログについて」を非表示*/
div.profile-about {
  display: none;
}