Commit 98e53885 authored by santiaago's avatar santiaago
Browse files

center get started vertically

parent 6e5d515d
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -37,7 +37,15 @@
    padding-top: 8%;
}

.getstarted-left{
    padding-top: 83px;
}

@media (max-width: 992px){
    .getstarted-left{
	padding-top: 0;
    }

    .getstarted--square,
    .getstarted--square2{
	padding-bottom: 0;
@@ -54,6 +62,10 @@


@media (max-width: 350px){
    .getstarted-left{
	padding-top: 0;
    }
    
    .getstarted--square{
	height: 350px;
    }
+1 −1
Original line number Diff line number Diff line
<div class="row" id="getstarted">
  <div class="col-md-8 getstarted--square">
  <div class="col-md-8 getstarted--square getstarted-left">
    <h1 class="getstarted-title tg-title-color">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">