/* css styles */
/* Hide the thumbnail container */
.quarto-post .thumbnail {
  display: none;
}

/* Adjust the post body to take full width */
.quarto-post .body {
  flex-basis: 80% !important;
}

