.flex {
  display: flex;
  flex-flow: row wrap;
}

.link {
  flex: 50% 0 0;
}
