Commit 451c35b3 authored by santiaago's avatar santiaago
Browse files

fix get started view in iphone 5 #83

parent fdae1009
Loading
Loading
Loading
Loading
+16 −2
Original line number Diff line number Diff line
@@ -10,7 +10,8 @@
    height: 400px;
}

.getstarted--square{
.getstarted--square,
.getstarted--square2{
    padding-bottom: 50px;
    padding-top: 50px;
    height: 400px;
@@ -24,7 +25,8 @@
}

@media (max-width: 992px){
    .getstarted--square{
    .getstarted--square,
    .getstarted--square2{
	padding-bottom: 0;
	padding-top: 1px;
	height: 315px;
@@ -33,3 +35,15 @@
	text-align: center;
    }
}


@media (max-width: 350px){
    .getstarted--square{
	height: 350px;
    }
    .getstarted--square2{
	height: 260px;
    }
}

+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@
    <p>You can also choose to download your creation and upload it on your website. Just use our editor and then click on the download button.</p>
    <a href="">TRY IT OUT</a>
  </div> <!-- / col -->
  <div class="col-md-4 getstarted--square getstarted--backgroundGrey">
  <div class="col-md-4 getstarted--square2 getstarted--backgroundGrey">
    <h2 class="text-center tg-title-color" id="getstarted">LOOKING FOR MORE OPTIONS?</h2>
    <p>You can see all the options in our github page such as colors and color combinations, shapes, sizes and more. </p>
    <div class="row">