mirror of
https://github.com/bitwarden/browser.git
synced 2024-10-29 07:59:42 +01:00
add min-w to anon-layout (#9489)
This commit is contained in:
parent
f7b5c22ffd
commit
edecec56de
@ -15,7 +15,7 @@
|
||||
</div>
|
||||
<div class="tw-mb-auto tw-max-w-md tw-mx-auto tw-flex tw-flex-col tw-items-center">
|
||||
<div
|
||||
class="tw-rounded-xl tw-mb-9 tw-mx-auto sm:tw-bg-background sm:tw-border sm:tw-border-solid sm:tw-border-secondary-300 sm:tw-p-8"
|
||||
class="tw-rounded-xl tw-mb-9 tw-mx-auto tw-min-w-64 sm:tw-bg-background sm:tw-border sm:tw-border-solid sm:tw-border-secondary-300 sm:tw-p-8"
|
||||
>
|
||||
<ng-content></ng-content>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user