fix safari home cards

This commit is contained in:
Jordan Blasenhauer 2024-01-09 12:11:59 +01:00
parent 0044e68c84
commit 949bf545c8
2 changed files with 5 additions and 2 deletions

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,7 @@
{% extends "base.html" %} {% block content %}
<!-- stats card -->
<a
<div class="col-span-12 grid grid-cols-12 justify-start items-start gap-4">
<a
href="https://github.com/bunkerity/bunkerweb"
class="dark:brightness-110 max-h-none sm:max-h-28 hover:scale-102 transition col-span-12 md:col-span-6 2xl:col-span-4 flex p-4 justify-between w-full shadow-md break-words bg-white dark:bg-slate-850 dark:shadow-dark-xl rounded-2xl bg-clip-border"
target="_blank"
@ -186,4 +187,6 @@
<!-- end icon -->
</a>
<!-- end stats card-->
</div>
{% endblock %}