/*
Theme Name: naika_wakate
Description: Responsive design, JS implementation, lightweight
Author: wakate
Version: 1.0
*/

/* 投稿ページのデザイン */
.single-post {
  max-width: 800px;
  margin: 60px auto;
  padding: 0 20px;
}

.single-post h1 {
  font-size: 3.6rem;
  margin-bottom: 10px;
}

.post-meta {
  font-size: 1.4rem;
  color: #666;
  margin-bottom: 20px;
}

.post-content {
  line-height: 1.8;
  font-size: 1.6rem;
}
