~netlandish/links

5cf8dd0c532af6bf24ce7c372aeb53ac33fe4725 — Yader Velasquez 9 months ago fd8b628
Change text alignment for tour page
1 files changed, 3 insertions(+), 3 deletions(-)

M templates/feature_tour.html
M templates/feature_tour.html => templates/feature_tour.html +3 -3
@@ 16,7 16,7 @@
            <h5>{{.pd.Data.custom_domain}}</h5>
        </div>
    </div>
    <div class="tour-section row">
    <div class="tour-section row text-right">
        <div class="col">
            <h4>{{.pd.Data.short_links}}</h4>
            <h5>{{.pd.Data.create_short_links}}</h5>


@@ 43,7 43,7 @@
            <h5>{{.pd.Data.custom_domain}}</h5>
        </div>
    </div>
    <div class="tour-section row">
    <div class="tour-section row text-right">
        <div class="col">
            <h4>{{.pd.Data.collaboration}}</h4>
            <h5>{{.pd.Data.business_accounts_can_have_unlimited_members}}</h5>


@@ 64,7 64,7 @@
            <h5>{{.pd.Data.use_external_tools}}</h5>
        </div>
    </div>
    <div class="tour-section row">
    <div class="tour-section row text-right">
        <div class="col">
            <h4>{{.pd.Data.api_powered}}</h4>
            <h5>{{.pd.Data.full_graphql_api_giving_complete_access}}</h5>