/* App headings on /apps/: keep the icon centred against the whole title,
   not just its first line, when a long name wraps to two rows. */
.portfolio-content h2 > a {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
}

.portfolio-content h2 > a > img {
  flex-shrink: 0;
}
