Skip to content

Commit

Permalink
style: landing page tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
danjac committed Sep 13, 2024
1 parent a5129c8 commit c48c85f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h2 class="text-xl font-bold text-center lg:mb-12 lg:text-2xl">
<div class="flex-grow border-t border-white"></div>
</div>
<a href="{% url "account_login" %}"
class="flex justify-center items-center py-3 w-full text-xl lg:text-3xl btn btn-lg btn-default btn-outline !text-white hover:!bg-inherit">{% heroicon_solid "arrow-right-on-rectangle" class="mr-2" %}Sign up</a>
class="flex justify-center items-center py-3 w-full text-xl lg:text-3xl btn btn-lg btn-default btn-outline !text-white hover:!bg-inherit">{% heroicon_solid "arrow-right-on-rectangle" class="mr-2" %}Log in</a>
<p class="text-lg text-center lg:text-xl">
Learn more about <a href="{% url "about" %}" class="font-semibold underline">{{ request.site.name }}</a>
</p>
Expand Down

0 comments on commit c48c85f

Please sign in to comment.