Commit 5b804bf7 authored by santiaago's avatar santiaago
Browse files

get-started on mobile #83

parent 0ca44910
Loading
Loading
Loading
Loading
+10 −6
Original line number Diff line number Diff line
@@ -23,9 +23,13 @@
    margin-right: auto 
}

/* @media (max-width: 950px){ */
/*     .getstarted-square--noPadding{ */
/* 	height: 175px; */
/*     } */

/* } */
@media (max-width: 992px){
    .getstarted--square{
	padding-bottom: 0;
	padding-top: 1px;
	height: 315px;
    }
    .getstarted-title{
	text-align: center;
    }
}
+1 −1
Original line number Diff line number Diff line
<div class="row" id="getstarted">
  <div class="col-md-8 getstarted--square">
    <h1>GET STARTED</h1>
    <h1 class="getstarted-title">GET STARTED</h1>
    <p>To use tinygraphs in your webside just set the source of your <code>&lt;img&gt;</code> element to the url of a tinygraphs image like so:</p>
    <div class="row">
      <div class="col-md-8">