.apps {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4em;
  justify-content: center;
  width: 100%;
}

.apps a {
  border-radius: 0.2em;
  overflow: hidden;
  width: min(100%, 4.625em);
}
