/* Resume page overrides.

   The theme styles every <img> as a bordered block: display: block, an 8px
   accent border, 8px padding and 25px margin. Combined with the global
   box-sizing: border-box, that collapses a small inline logo into an empty
   orange square sitting on its own line above the heading text, so the company
   logos in the Experience headings opt out of it.

   The white plate keeps the four marks consistent: they are all drawn for light
   backgrounds, and swiftpass.jpeg carries an opaque white background of its own
   that would otherwise show as a lone white square on the dark page. */
.company-logo {
  display: inline-block;
  width: 1.6em;
  height: 1.6em;
  object-fit: contain;
  margin: 0 0.5em 0 0;
  padding: 2px;
  border: 0;
  border-radius: 3px;
  background: #fff;
  vertical-align: -0.45em;
}
