Commit a3d420e25db6866e789e885a0d71cbc1534255ca

Authored by TRUONG
1 parent c3bee6bb30
Exists in master and in 1 other branch develop

fix responsive on preview design box

Showing 2 changed files with 8 additions and 1 deletions Side-by-side Diff

... ... @@ -46,7 +46,7 @@
46 46 <script src="bower_components/json3/lib/json3.min.js"></script>
47 47 <![endif]-->
48 48 <script type="text/javascript">
49   - var VERSION = '21-11_02';
  49 + var VERSION = '21-11_03';
50 50 var require = {
51 51 urlArgs: "ver="+VERSION,
52 52 };
... ... @@ -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 }