
body {
  padding-top: 54px;
}

/* Ensures all post images are responsive */
.post-content img {
    max-width: 100%;
    height: auto;
    margin: 15px 0;
    border-radius: 5px; /* Optional styling */
}

/* For full-width images in mobile */
@media (max-width: 768px) {
    .post-content img {
        width: 100% !important;
        height: auto !important;
    }
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}
