repo.or.cz
/
waldo-signature-composer.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Initial commit
[waldo-signature-composer.git]
/
src
/
components
/
SignatureCreator
/
SignatureCreator.css
blob
f91504cdd47577bf58b0aee08164beee29b81c29
1
.SignatureCreator
{
2
display
:
flex
;
3
flex-wrap
:
wrap
;
4
margin-top
:
3.5rem
;
5
}
6
7
.SignatureCreator-form
{
8
width
:
100
%;
9
margin-top
:
3rem
;
10
}
11
12
@media
(
min-width
:
60rem
) {
13
.SignatureCreator
{
14
flex-wrap
:
nowrap
;
15
justify-content
:
space-between
;
16
align-items
:
flex-start
;
17
}
18
19
.SignatureCreator-form
{
20
width
:
50
%;
21
margin-top
:
0
;
22
}
23
}