Initial commit
[waldo-signature-composer.git] / src / components / SignatureCreator / SignatureCreator.css
blobf91504cdd47577bf58b0aee08164beee29b81c29
1 .SignatureCreator {
2 display: flex;
3 flex-wrap: wrap;
4 margin-top: 3.5rem;
7 .SignatureCreator-form {
8 width: 100%;
9 margin-top: 3rem;
12 @media(min-width: 60rem) {
13 .SignatureCreator {
14 flex-wrap: nowrap;
15 justify-content: space-between;
16 align-items: flex-start;
19 .SignatureCreator-form {
20 width: 50%;
21 margin-top: 0;