123456789101112131415161718
  1. .qrcode-box {
  2. display: flex;
  3. align-items: center;
  4. justify-content: center;
  5. flex-direction: column;
  6. .qrcode-container {
  7. padding: 16px;
  8. flex: none;
  9. }
  10. h3 {
  11. font-size: 24px;
  12. font-weight: bold;
  13. line-height: 3em;
  14. }
  15. }