Browse Source

Improve style on mobile (#3310)

pull/3311/head
Thomas Kaul 11 months ago
committed by GitHub
parent
commit
895c4fe299
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 6
      apps/client/src/app/pages/webauthn/webauthn-page.scss

6
apps/client/src/app/pages/webauthn/webauthn-page.scss

@ -1,3 +1,9 @@
:host { :host {
display: block; display: block;
button {
@media (max-width: 575.98px) {
width: 100%;
}
}
} }

Loading…
Cancel
Save