Commit e216513b authored by santiaago's avatar santiaago
Browse files

bigger image in editor when mobile is on #61

parent 1c03ec99
Loading
Loading
Loading
Loading
+8 −3
Original line number Diff line number Diff line
@@ -21,7 +21,8 @@
    border-left: solid 1px #CBCBCB;
}

.editor--square{
.editor--square,
.editor--squareHeader{
    padding-bottom: 50px;
    padding-top: 50px;
    height: 580px;
@@ -94,12 +95,16 @@
	height: 220px;
    }

    .editor--square,
    .editor--squareHeader,
    .editor--square2{
	height: 101px;
    }

    .editor--square{
    	height: 220px;
    }

    .editor-image{
	height:95px;
	height:200px;
    }
}
+4 −2
Original line number Diff line number Diff line
<div class="row features--background">
  <div class="col-md-3 editor--square editor--backgroundGreen">
  <div class="col-md-3 editor--squareHeader editor--backgroundGreen">
    <div class="editor-content--positionTop editor-content--White">
      <h1>TRY IT OUT</h1>
    </div>
@@ -22,7 +22,9 @@
	<h4>COLOR THEME</h4>
	<div class="row">
	  <div class="col-xs-1"></div>
	  <div class="col-xs-2 editor-themePalette--noPadding"><img class="editor-themePalette--height img-responsive" src="/themes/{{editorTheme}}"></div>
	  <div class="col-xs-2 editor-themePalette--noPadding">
	    <img class="editor-themePalette--height img-responsive" src="/themes/{{editorTheme}}">
	  </div>
	  <div class="col-xs-7">
	    <select class="form-control" ng-init="editorTheme='frogideas'" ng-model="editorTheme">
	      <option>frogideas</option>