#main{
  padding-top: 80px;
}

article.post{
  max-width: 1024px;
  margin: 0 auto;
}

article.post #dug_single_post_header{
  text-align: center;
}

article.post #dug_single_post_header img{
  width: 100%;
}

article.post #dug_single_post_header h1{
  font-size: 44px;
}

article.post #dug_post_content{
  padding: 0 20px;
}



@media only screen and (max-width :768px) { /*phone*/

  article.post #dug_single_post_header h1{
    font-size: 28px;
  }
}
