Commit 010854c35d3c9e5a8da66dafc75ecc182774cd3d
1 parent
a3d420e25d
Exists in
master
and in
1 other branch
fix responsive on preview design box.
Showing 2 changed files with 15 additions and 2 deletions Side-by-side Diff
app/index.html
app/styles/main.css
... | ... | @@ -307,6 +307,10 @@ |
307 | 307 | padding: 20px 0 0 0; |
308 | 308 | } |
309 | 309 | |
310 | +#tshirt-content .tshirt-image img{ | |
311 | + width: 100%; | |
312 | +} | |
313 | + | |
310 | 314 | #preview-design { |
311 | 315 | position: absolute; |
312 | 316 | width: 150px; |
... | ... | @@ -746,7 +750,16 @@ |
746 | 750 | |
747 | 751 | @media (max-width: 1200px) { |
748 | 752 | #preview-design { |
749 | - left: 160px; | |
753 | + left: 155px; | |
754 | + } | |
755 | +} | |
756 | + | |
757 | +@media (max-width: 990px) { | |
758 | + #preview-design { | |
759 | + left: 115px; | |
760 | + width: 120px; | |
761 | + height: 162px; | |
762 | + bottom: 150px; | |
750 | 763 | } |
751 | 764 | } |