Loading app/assets/css/get-started.css +10 −6 Original line number Diff line number Diff line Loading @@ -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; } } 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"> <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><img></code> element to the url of a tinygraphs image like so:</p> <div class="row"> <div class="col-md-8"> Loading Loading
app/assets/css/get-started.css +10 −6 Original line number Diff line number Diff line Loading @@ -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; } }
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"> <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><img></code> element to the url of a tinygraphs image like so:</p> <div class="row"> <div class="col-md-8"> Loading