Loading app/assets/css/editor.css +17 −1 Original line number Diff line number Diff line Loading @@ -84,3 +84,19 @@ .editor-image--center{ display: inline-block; } @media (max-width: 950px){ .editor-square--noPadding{ height: 220px; } .editor--square{ height: 101px; } .editor--square2{ height: 101px; } .editor-image{ height:95px; } } app/partials/marketing/editor.html +1 −1 Original line number Diff line number Diff line Loading @@ -79,7 +79,7 @@ </div> <div class="col-md-3 editor--square editor-square--borderRight editor--backgroundWhite"> <div class="editor-content--positionCenter"> <img class="editor-image--center featurette-image img-responsive img-thumbnail" src="/{{editorShape}}/{{editorName}}?theme={{editorTheme}}&numcolors={{editorColorNumber}}&size=220&fmt=svg"> <img class="editor-image editor-image--center featurette-image img-responsive img-thumbnail" src="/{{editorShape}}/{{editorName}}?theme={{editorTheme}}&numcolors={{editorColorNumber}}&size=220&fmt=svg"> </div> </div> </div> Loading
app/assets/css/editor.css +17 −1 Original line number Diff line number Diff line Loading @@ -84,3 +84,19 @@ .editor-image--center{ display: inline-block; } @media (max-width: 950px){ .editor-square--noPadding{ height: 220px; } .editor--square{ height: 101px; } .editor--square2{ height: 101px; } .editor-image{ height:95px; } }
app/partials/marketing/editor.html +1 −1 Original line number Diff line number Diff line Loading @@ -79,7 +79,7 @@ </div> <div class="col-md-3 editor--square editor-square--borderRight editor--backgroundWhite"> <div class="editor-content--positionCenter"> <img class="editor-image--center featurette-image img-responsive img-thumbnail" src="/{{editorShape}}/{{editorName}}?theme={{editorTheme}}&numcolors={{editorColorNumber}}&size=220&fmt=svg"> <img class="editor-image editor-image--center featurette-image img-responsive img-thumbnail" src="/{{editorShape}}/{{editorName}}?theme={{editorTheme}}&numcolors={{editorColorNumber}}&size=220&fmt=svg"> </div> </div> </div>