Hacker News new | ask | show | jobs
by err4nt 3673 days ago

  .something {
    width: calc(33.33% - .66em);
    margin-left: 1em;
  }
  .something:first-of-type {
    margin-left: 0;
  }