Make sizing across margins/padding/width/height the same

This commit is contained in:
Dane Everitt 2020-03-29 22:04:38 -07:00
parent 5d5a5c2afc
commit 3df134b558
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
3 changed files with 57 additions and 156 deletions

View file

@ -4,7 +4,7 @@
transition: opacity 250ms ease;
& > .modal-container {
@apply .relative .w-full .max-w-md .m-auto .flex-col .flex;
@apply .relative .w-full .max-w-1/2 .m-auto .flex-col .flex;
/*&.top {
margin-top: 10%;