Commit b3261668 authored by santiaago's avatar santiaago
Browse files

reponsive editor #61

parent b4f54ed0
Loading
Loading
Loading
Loading
+17 −1
Original line number Diff line number Diff line
@@ -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;
    }
}
+1 −1
Original line number Diff line number Diff line
@@ -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>