Loading app/assets/css/get-started.css +12 −0 Original line number Diff line number Diff line Loading @@ -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; Loading @@ -54,6 +62,10 @@ @media (max-width: 350px){ .getstarted-left{ padding-top: 0; } .getstarted--square{ height: 350px; } Loading app/partials/marketing/get-started.html +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><img></code> element to the url of a tinygraphs image like so:</p> <div class="row"> Loading Loading
app/assets/css/get-started.css +12 −0 Original line number Diff line number Diff line Loading @@ -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; Loading @@ -54,6 +62,10 @@ @media (max-width: 350px){ .getstarted-left{ padding-top: 0; } .getstarted--square{ height: 350px; } Loading
app/partials/marketing/get-started.html +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><img></code> element to the url of a tinygraphs image like so:</p> <div class="row"> Loading