Hacker News new | past | comments | ask | show | jobs | submit login

Use a negative margin on the full bleed item? Bit hacky, but works fine:

  .content {
    max-width: 85ch;
    width: 100%;
    margin: 0 auto;
  }
  .content img,
  .content .full-bleed {
    width: 100vw;
    height: auto;
    padding-left: 50%;
    margin-left: -50vw;
  }



Consider applying for YC's Summer 2025 batch! Applications are open till May 13

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: