style.css 155 B

12345678
  1. .blog-header, .blog-post, .blog-pagination {
  2. margin-bottom: 2rem;
  3. }
  4. /* Make sure the image size is reasonable. */
  5. .blog-post img {
  6. max-width: 100%;
  7. }