make buttons line up properly

This commit is contained in:
rimu 2024-09-04 09:32:15 +12:00
parent f0e4b9a09b
commit 8c3892709c
5 changed files with 6 additions and 6 deletions

View file

@ -74,7 +74,7 @@
</li> </li>
{% endfor -%} {% endfor -%}
</ul> </ul>
<p class="mt-4"><a class="btn btn-primary" href="/communities">{{ _('Explore communities') }}</a></p> <p class="mt-4"><a class="btn btn-primary" href="/communities">{{ _('More communities') }}</a></p>
</div> </div>
</div> </div>
{% endif -%} {% endif -%}

View file

@ -19,7 +19,7 @@
{% include 'post/_post_teaser.html' %} {% include 'post/_post_teaser.html' %}
{% else -%} {% else -%}
<p>{{ _('No posts yet. Join some communities to see more.') }}</p> <p>{{ _('No posts yet. Join some communities to see more.') }}</p>
<p><a class="btn btn-primary" href="/communities">{{ _('Explore communities') }}</a></p> <p><a class="btn btn-primary" href="/communities">{{ _('More communities') }}</a></p>
{% endfor -%} {% endfor -%}
</div> </div>
@ -58,7 +58,7 @@
</li> </li>
{% endfor %} {% endfor %}
</ul> </ul>
<p class="mt-4"><a class="btn btn-primary" href="/communities">{{ _('Explore communities') }}</a> <p class="mt-4"><a class="btn btn-primary" href="/communities">{{ _('More communities') }}</a>
<a class="btn btn-primary" href="/topics">{{ _('Browse topics') }}</a> <a class="btn btn-primary" href="/topics">{{ _('Browse topics') }}</a>
</p> </p>
</div> </div>

View file

@ -33,7 +33,7 @@
{% else -%} {% else -%}
<p>{{ _('There are no communities yet.') }}</p> <p>{{ _('There are no communities yet.') }}</p>
{% endif -%} {% endif -%}
<p><a href="/communities" class="btn btn-primary">{{ _('Explore communities') }}</a></p> <p><a href="/communities" class="btn btn-primary">{{ _('More communities') }}</a></p>
{% if current_user.is_authenticated and current_user.trustworthy() -%} {% if current_user.is_authenticated and current_user.trustworthy() -%}
<p><a href="/topics/new" class="btn btn-primary">{{ _('Suggest a topic') }}</a></p> <p><a href="/topics/new" class="btn btn-primary">{{ _('Suggest a topic') }}</a></p>
{% endif -%} {% endif -%}

View file

@ -55,7 +55,7 @@
</li> </li>
{% endfor %} {% endfor %}
</ul> </ul>
<p class="mt-4"><a class="btn btn-primary" href="/communities">{{ _('Explore communities') }}</a> <p class="mt-4"><a class="btn btn-primary" href="/communities">{{ _('More communities') }}</a>
<a class="btn btn-primary" href="/topics">{{ _('Browse topics') }}</a> <a class="btn btn-primary" href="/topics">{{ _('Browse topics') }}</a>
</p> </p>
</div> </div>

View file

@ -96,7 +96,7 @@
</li> </li>
{% endfor %} {% endfor %}
</ul> </ul>
<p class="mt-4"><a class="btn btn-primary" href="/communities">{{ _('Explore communities') }}</a></p> <p class="mt-4"><a class="btn btn-primary" href="/communities">{{ _('More communities') }}</a></p>
<p> <p>
<a class="no-underline" href="{{ rss_feed }}" rel="nofollow"><span class="fe fe-rss"></span> </a><a href="{{ rss_feed }}" rel="nofollow">RSS feed</a> <a class="no-underline" href="{{ rss_feed }}" rel="nofollow"><span class="fe fe-rss"></span> </a><a href="{{ rss_feed }}" rel="nofollow">RSS feed</a>
</p> </p>