Commit a3d420e25db6866e789e885a0d71cbc1534255ca
1 parent
c3bee6bb30
Exists in
master
and in
1 other branch
fix responsive on preview design box
Showing 2 changed files with 8 additions and 1 deletions Side-by-side Diff
app/index.html
app/styles/main.css
... | ... | @@ -315,6 +315,7 @@ |
315 | 315 | bottom: 180px; |
316 | 316 | left: 200px; |
317 | 317 | } |
318 | + | |
318 | 319 | #preview-design img { |
319 | 320 | width: 150px; |
320 | 321 | } |
... | ... | @@ -740,6 +741,12 @@ |
740 | 741 | @media (min-width: 1024px) { |
741 | 742 | #tshirt-design .modal-dialog{ |
742 | 743 | min-width: 1000px; |
744 | + } | |
745 | +} | |
746 | + | |
747 | +@media (max-width: 1200px) { | |
748 | + #preview-design { | |
749 | + left: 160px; | |
743 | 750 | } |
744 | 751 | } |