.appstore-container {
  display: flex;
  gap: 1em;
}
.appstore-container .repo-qr-code {
  width: 200px;
}
.appstore-container .repo-app {
  display: flex;
  gap: 0.5em;
  border-bottom: 2px solid #ffffff;
  margin-bottom: 1em;
}
.appstore-container .repo-app .app-icon {
  width: 64px;
}
.appstore-container .repo-app .app-icon img {
  width: 100%;
}

/*# sourceMappingURL=appstore.css.map */
