Browse Source

Improve style on mobile

pull/3310/head
Thomas Kaul 1 year ago
parent
commit
5671d26196
  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 {
display: block;
button {
@media (max-width: 575.98px) {
width: 100%;
}
}
}

Loading…
Cancel
Save