~netlandish/links

2b8c580af94e22ad530f2ac156ac6b61469d4837 — Yader Velasquez 9 months ago 5cf8dd0
Move tour text back to the left
1 files changed, 6 insertions(+), 6 deletions(-)

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


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


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