Commit ace1900ea37de6dd7f78ff223789e1a2d8850ea6
1 parent
4ae9cc6345
Exists in
master
and in
1 other branch
fix
Showing 1 changed file with 6 additions and 0 deletions Inline Diff
app/styles/placedesign.css
1 | #preview-design { | 1 | #preview-design { |
2 | position: absolute; | 2 | position: absolute; |
3 | border: dashed 2px #DDD; | 3 | border: dashed 2px #DDD; |
4 | cursor: pointer; | 4 | cursor: pointer; |
5 | } | 5 | } |
6 | 6 | ||
7 | #preview-design img { | 7 | #preview-design img { |
8 | width: 150px; | 8 | width: 150px; |
9 | } | 9 | } |
10 | 10 | ||
11 | .t_shirt_p_1{ | 11 | .t_shirt_p_1{ |
12 | left: 50%; | 12 | left: 50%; |
13 | top: 50%; | 13 | top: 50%; |
14 | transform: translateX(-50%) translateY(-50%); | 14 | transform: translateX(-50%) translateY(-50%); |
15 | -webkit-transform: translateX(-50%) translateY(-50%); | 15 | -webkit-transform: translateX(-50%) translateY(-50%); |
16 | } | 16 | } |
17 | .t_shirt_p_2{ | 17 | .t_shirt_p_2{ |
18 | left: 50%; | 18 | left: 50%; |
19 | top: 80%; | 19 | top: 80%; |
20 | transform: translateX(-50%) translateY(-80%); | 20 | transform: translateX(-50%) translateY(-80%); |
21 | -webkit-transform: translateX(-50%) translateY(-80%); | 21 | -webkit-transform: translateX(-50%) translateY(-80%); |
22 | } | 22 | } |
23 | 23 | ||
24 | /**/ | 24 | /**/ |
25 | .design-content-t_shirt_p_1{ | 25 | .design-content-t_shirt_p_1{ |
26 | 26 | ||
27 | } | 27 | } |
28 | .design-content-t_shirt_p_2{ | 28 | .design-content-t_shirt_p_2{ |
29 | padding: 200px 40px!important; | 29 | padding: 200px 40px!important; |
30 | } | 30 | } |
31 | |||
32 | @media (max-width: 762px) { | ||
33 | .design-content-t_shirt_p_2{ | ||
34 | padding: 200px 15px!important; | ||
35 | } | ||
36 | } |