.navGrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, 50px);
  gap: 2px;
}

.navItem {
  width: 50px;
}