/*
Template:easel
Theme Name:canvas on EASEL
Version: 1.1.0
*/

/* ここから下に書いたCSSが、親テーマCSSに上書きされます。 */

@charset "UTF-8";

.pagination.single {
display: none;
}

.single-title,
.page-title,
.entry-title{
font-size:1.1em;
}

header.article-header.entry-header h1 {
  font-size: 1.5em;
  line-height: 1.2;
 }
  
.entry-content{
padding: .5em;
}

p {
margin:0.5px;
font-size:14px;
}

.post-date span.day {
  font-size: 1em;
  display: block;
  line-height: 1;
}


